#89073C

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

Shades of Burgundy #89073C

Tints of Burgundy #89073C

Color information

#89073C (or 0x89073C) is unknown color: approx Burgundy. HEX triplet: 89, 07 and 3C. RGB value is (137,7,60). Sum of RGB (Red+Green+Blue) = 137+7+60=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89073C is #76F8C3. Grayscale: #333333. Windows color (decimal): -7796932 or 3934089. OLE color: 3934089.

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

Color convert

RGB137760-
CMYK00.950.560.46
HSL335.54º90.28%28.24%-
HSV(B)335.54º94.89%53.73%-
XYZ11.215.84.8-
YUV51.91132.57188.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.16%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=67.16%
G=3.43%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13776000.950.560.46335.5490.2828.24
Hex8973C05F382E1505a1c
Octal2117740137705652013234
Binary1000100111111110001011111111000101110101010000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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