#890019

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

Shades of Burgundy #890019

Tints of Burgundy #890019

Color information

#890019 (or 0x890019) is unknown color: approx Burgundy. HEX triplet: 89, 00 and 19. RGB value is (137,0,25). Sum of RGB (Red+Green+Blue) = 137+0+25=162 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.57% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 137 - color contains mainly: red. Hex color #890019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890019 is #76FFE6. Grayscale: #2B2B2B. Windows color (decimal): -7798759 or 1638537. OLE color: 1638537.

HSL color Cylindrical-coordinate representation of color #890019: hue angle of 349.05º 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 #890019 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB137025-
CMYK010.820.46
HSL349.05º100%26.86%-
HSV(B)349.05º100%53.73%-
XYZ10.495.391.41-
YUV43.81117.39194.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 84.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 15.43%
R=84.57%
G=0%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137025010.820.46349.0510026.86
Hex89019064522E15d641b
Octal21103101441225653514433
Binary10001001011001011001001010010101110101011101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890019; }

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

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

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

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

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

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

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

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