#590919

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

Shades of Bordeaux #590919

Tints of Bordeaux #590919

Color information

#590919 (or 0x590919) is unknown color: approx Bordeaux. HEX triplet: 59, 09 and 19. RGB value is (89,9,25). Sum of RGB (Red+Green+Blue) = 89+9+25=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #590919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590919 is #A6F6E6. Grayscale: #222222. Windows color (decimal): -10942183 or 1640793. OLE color: 1640793.

HSL color Cylindrical-coordinate representation of color #590919: hue angle of 348º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590919 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB89925-
CMYK00.900.720.65
HSL348º81.63%19.22%-
HSV(B)348º89.89%34.9%-
XYZ4.392.391.15-
YUV34.74122.5166.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 72.36%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 25 (10.16% from 255) = 20.33%
R=72.36%
G=7.32%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8992500.900.720.6534881.6319.22
Hex5991905A484115c5213
Octal1311131013211010153412223
Binary10110011001110010101101010010001000001101011100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590919; }

 p { color: rgb(89,9,25); }

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

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

 a { background-color: rgb(89,9,25); }

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

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

 span { border-color: rgb(89,9,25); }

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