#891229

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

Shades of Burgundy #891229

Tints of Burgundy #891229

Color information

#891229 (or 0x891229) is unknown color: approx Burgundy. HEX triplet: 89, 12 and 29. RGB value is (137,18,41). Sum of RGB (Red+Green+Blue) = 137+18+41=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #891229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891229 is #76EDD6. Grayscale: #383838. Windows color (decimal): -7794135 or 2691721. OLE color: 2691721.

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

Color convert

RGB1371841-
CMYK00.870.700.46
HSL348.4º76.77%30.39%-
HSV(B)348.4º86.86%53.73%-
XYZ10.935.912.66-
YUV56.2119.42185.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.90%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=69.90%
G=9.18%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137184100.870.700.46348.476.7730.39
Hex891229057462E15c4d1e
Octal211225101271065653411536
Binary1000100110010101001010101111000110101110101011100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891229; }

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

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

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

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

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

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

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

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