#89052B

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

Shades of Burgundy #89052B

Tints of Burgundy #89052B

Color information

#89052B (or 0x89052B) is unknown color: approx Burgundy. HEX triplet: 89, 05 and 2B. RGB value is (137,5,43). Sum of RGB (Red+Green+Blue) = 137+5+43=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89052B is #76FAD4. Grayscale: #303030. Windows color (decimal): -7797461 or 2819465. OLE color: 2819465.

HSL color Cylindrical-coordinate representation of color #89052B: hue angle of 342.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89052B is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB137543-
CMYK00.960.690.46
HSL342.73º92.96%27.84%-
HSV(B)342.73º96.35%53.73%-
XYZ10.815.62.8-
YUV48.8124.73190.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.05%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=74.05%
G=2.70%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13754300.960.690.46342.7392.9627.84
Hex8952B060452E1575d1c
Octal21155301401055652713534
Binary10001001101101011011000001000101101110101010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89052B; }

 p { color: rgb(137,5,43); }

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

<style>
 a { background-color: #89052B; }

 a { background-color: rgb(137,5,43); }

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

<style>
 span { border-color: #89052B; }

 span { border-color: rgb(137,5,43); }

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