#89071F

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

Shades of Burgundy #89071F

Tints of Burgundy #89071F

Color information

#89071F (or 0x89071F) is unknown color: approx Burgundy. HEX triplet: 89, 07 and 1F. RGB value is (137,7,31). Sum of RGB (Red+Green+Blue) = 137+7+31=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #89071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89071F is #76F8E0. Grayscale: #303030. Windows color (decimal): -7796961 or 2033545. OLE color: 2033545.

HSL color Cylindrical-coordinate representation of color #89071F: hue angle of 348.92º 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 #89071F is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB137731-
CMYK00.950.770.46
HSL348.92º90.28%28.24%-
HSV(B)348.92º94.89%53.73%-
XYZ10.645.571.81-
YUV48.61118.07191.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 78.29%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=78.29%
G=4%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13773100.950.770.46348.9290.2828.24
Hex8971F05F4D2E15d5a1c
Octal21173701371155653513234
Binary1000100111111111010111111001101101110101011101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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