#881125

Color #881125 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #881125

Tints of Burgundy #881125

Color information

#881125 (or 0x881125) is unknown color: approx Burgundy. HEX triplet: 88, 11 and 25. RGB value is (136,17,37). Sum of RGB (Red+Green+Blue) = 136+17+37=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #881125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881125 is #77EEDA. Grayscale: #363636. Windows color (decimal): -7859931 or 2429320. OLE color: 2429320.

HSL color Cylindrical-coordinate representation of color #881125: hue angle of 349.92º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881125 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1361737-
CMYK00.870.730.47
HSL349.92º77.78%30%-
HSV(B)349.92º87.5%53.33%-
XYZ10.695.772.3-
YUV54.86117.92185.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 71.58%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=71.58%
G=8.95%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136173700.870.730.47349.9277.7830
Hex881125057492F15e4e1e
Octal210214501271115753611636
Binary1000100010001100101010101111001001101111101011110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881125; }

 p { color: rgb(136,17,37); }

 H1.HeaderClassName
 {
   color: #881125;
 }
 .AnyTagClassName
 {
   color: #881125;
 }
</style>
background-color css

<style>
 a { background-color: #881125; }

 a { background-color: rgb(136,17,37); }

 div.DivClassName
 {
   background-color: #881125;
 }
 .BgClassName
 {
   background-color: #881125;
 }
</style>
border-color css

<style>
 span { border-color: #881125; }

 span { border-color: rgb(136,17,37); }

 td.TdClassName
 {
   border-color: #881125;
 }
 .TagClassName
 {
   border-color: #881125;
 }
</style>