#89081F

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

Shades of Burgundy #89081F

Tints of Burgundy #89081F

Color information

#89081F (or 0x89081F) is unknown color: approx Burgundy. HEX triplet: 89, 08 and 1F. RGB value is (137,8,31). Sum of RGB (Red+Green+Blue) = 137+8+31=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #89081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89081F is #76F7E0. Grayscale: #313131. Windows color (decimal): -7796705 or 2033801. OLE color: 2033801.

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

Color convert

RGB137831-
CMYK00.940.770.46
HSL349.3º88.97%28.43%-
HSV(B)349.3º94.16%53.73%-
XYZ10.655.591.81-
YUV49.19117.74190.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 77.84%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=77.84%
G=4.55%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13783100.940.770.46349.388.9728.43
Hex8981F05E4D2E15d591c
Octal211103701361155653513134
Binary10001001100011111010111101001101101110101011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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