#890119

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

Shades of Burgundy #890119

Tints of Burgundy #890119

Color information

#890119 (or 0x890119) is unknown color: approx Burgundy. HEX triplet: 89, 01 and 19. RGB value is (137,1,25). Sum of RGB (Red+Green+Blue) = 137+1+25=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #890119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890119 is #76FEE6. Grayscale: #2C2C2C. Windows color (decimal): -7798503 or 1638793. OLE color: 1638793.

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

Color convert

RGB137125-
CMYK00.990.820.46
HSL349.41º98.55%27.06%-
HSV(B)349.41º99.27%53.73%-
XYZ10.55.411.41-
YUV44.4117.06194.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 84.05%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=84.05%
G=0.61%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712500.990.820.46349.4198.5527.06
Hex89119063522E15d631b
Octal21113101431225653514333
Binary10001001111001011000111010010101110101011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890119; }

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

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

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

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

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

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

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

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