#89081C

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

Shades of Burgundy #89081C

Tints of Burgundy #89081C

Color information

#89081C (or 0x89081C) is unknown color: approx Burgundy. HEX triplet: 89, 08 and 1C. RGB value is (137,8,28). Sum of RGB (Red+Green+Blue) = 137+8+28=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #89081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89081C is #76F7E3. Grayscale: #303030. Windows color (decimal): -7796708 or 1837193. OLE color: 1837193.

HSL color Cylindrical-coordinate representation of color #89081C: hue angle of 350.7º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89081C is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB137828-
CMYK00.940.800.46
HSL350.7º88.97%28.43%-
HSV(B)350.7º94.16%53.73%-
XYZ10.615.581.62-
YUV48.85116.24190.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 79.19%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 28 (11.33% from 255) = 16.18%
R=79.19%
G=4.62%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13782800.940.800.46350.788.9728.43
Hex8981C05E502E15f591c
Octal211103401361205653713134
Binary10001001100011100010111101010000101110101011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89081C; }

 p { color: rgb(137,8,28); }

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

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

 a { background-color: rgb(137,8,28); }

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

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

 span { border-color: rgb(137,8,28); }

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