#89071E

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

Shades of Burgundy #89071E

Tints of Burgundy #89071E

Color information

#89071E (or 0x89071E) is unknown color: approx Burgundy. HEX triplet: 89, 07 and 1E. RGB value is (137,7,30). Sum of RGB (Red+Green+Blue) = 137+7+30=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #89071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89071E is #76F8E1. Grayscale: #303030. Windows color (decimal): -7796962 or 1968009. OLE color: 1968009.

HSL color Cylindrical-coordinate representation of color #89071E: hue angle of 349.38º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89071E is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB137730-
CMYK00.950.780.46
HSL349.38º90.28%28.24%-
HSV(B)349.38º94.89%53.73%-
XYZ10.635.561.74-
YUV48.49117.57191.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 78.74%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=78.74%
G=4.02%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13773000.950.780.46349.3890.2828.24
Hex8971E05F4E2E15d5a1c
Octal21173601371165653513234
Binary1000100111111110010111111001110101110101011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89071E; }

 p { color: rgb(137,7,30); }

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

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

 a { background-color: rgb(137,7,30); }

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

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

 span { border-color: rgb(137,7,30); }

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