#89002f

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

Shades of Burgundy #89002F

Tints of Burgundy #89002F

Color information

#89002F (or 0x89002F) is unknown color: approx Burgundy. HEX triplet: 89, 00 and 2F. RGB value is (137,0,47). Sum of RGB (Red+Green+Blue) = 137+0+47=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89002F is #76FFD0. Grayscale: #2E2E2E. Windows color (decimal): -7798737 or 3080329. OLE color: 3080329.

HSL color Cylindrical-coordinate representation of color #89002F: hue angle of 339.42º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89002F is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB137047-
CMYK010.660.46
HSL339.42º100%26.86%-
HSV(B)339.42º100%53.73%-
XYZ10.835.523.18-
YUV46.32128.39192.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=74.46%
G=0%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137047010.660.46339.4210026.86
Hex8902F064422E153641b
Octal21105701441025652314433
Binary100010010101111011001001000010101110101010011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89002f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89002f; }

 p { color: rgb(137,0,47); }

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

<style>
 a { background-color: #89002f; }

 a { background-color: rgb(137,0,47); }

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

<style>
 span { border-color: #89002f; }

 span { border-color: rgb(137,0,47); }

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