#590A19

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

Shades of Bordeaux #590A19

Tints of Bordeaux #590A19

Color information

#590A19 (or 0x590A19) is unknown color: approx Bordeaux. HEX triplet: 59, 0A and 19. RGB value is (89,10,25). Sum of RGB (Red+Green+Blue) = 89+10+25=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #590A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590A19 is #A6F5E6. Grayscale: #232323. Windows color (decimal): -10941927 or 1641049. OLE color: 1641049.

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

Color convert

RGB891025-
CMYK00.890.720.65
HSL348.61º79.8%19.41%-
HSV(B)348.61º88.76%34.9%-
XYZ4.42.411.15-
YUV35.33122.17166.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.77%
GREEN value IS 10 (4.30% from 255) = 8.06%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=71.77%
G=8.06%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89102500.890.720.65348.6179.819.41
Hex59A19059484115d5013
Octal1311231013111010153512023
Binary10110011010110010101100110010001000001101011101101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590A19; }

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

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

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

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

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

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

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

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