#89071D

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

Shades of Burgundy #89071D

Tints of Burgundy #89071D

Color information

#89071D (or 0x89071D) is unknown color: approx Burgundy. HEX triplet: 89, 07 and 1D. RGB value is (137,7,29). Sum of RGB (Red+Green+Blue) = 137+7+29=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #89071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89071D is #76F8E2. Grayscale: #303030. Windows color (decimal): -7796963 or 1902473. OLE color: 1902473.

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

Color convert

RGB137729-
CMYK00.950.790.46
HSL349.85º90.28%28.24%-
HSV(B)349.85º94.89%53.73%-
XYZ10.615.561.68-
YUV48.38117.07191.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 79.19%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=79.19%
G=4.05%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13772900.950.790.46349.8590.2828.24
Hex8971D05F4F2E15e5a1c
Octal21173501371175653613234
Binary1000100111111101010111111001111101110101011110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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