#881229

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

Shades of Burgundy #881229

Tints of Burgundy #881229

Color information

#881229 (or 0x881229) is unknown color: approx Burgundy. HEX triplet: 88, 12 and 29. RGB value is (136,18,41). Sum of RGB (Red+Green+Blue) = 136+18+41=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #881229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881229 is #77EDD6. Grayscale: #373737. Windows color (decimal): -7859671 or 2691720. OLE color: 2691720.

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

Color convert

RGB1361841-
CMYK00.870.700.47
HSL348.31º76.62%30.2%-
HSV(B)348.31º86.76%53.33%-
XYZ10.775.832.65-
YUV55.9119.59185.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.74%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 41 (16.41% from 255) = 21.03%
R=69.74%
G=9.23%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136184100.870.700.47348.3176.6230.2
Hex881229057462F15c4d1e
Octal210225101271065753411536
Binary1000100010010101001010101111000110101111101011100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881229; }

 p { color: rgb(136,18,41); }

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

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

 a { background-color: rgb(136,18,41); }

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

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

 span { border-color: rgb(136,18,41); }

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