#590C20

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

Shades of Bordeaux #590C20

Tints of Bordeaux #590C20

Color information

#590C20 (or 0x590C20) is unknown color: approx Bordeaux. HEX triplet: 59, 0C and 20. RGB value is (89,12,32). Sum of RGB (Red+Green+Blue) = 89+12+32=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #590C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C20 is #A6F3DF. Grayscale: #252525. Windows color (decimal): -10941408 or 2100313. OLE color: 2100313.

HSL color Cylindrical-coordinate representation of color #590C20: hue angle of 344.42º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590C20 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB891232-
CMYK00.870.640.65
HSL344.42º76.24%19.8%-
HSV(B)344.42º86.52%34.9%-
XYZ4.512.491.61-
YUV37.3125.01164.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.92%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=66.92%
G=9.02%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89123200.870.640.65344.4276.2419.8
Hex59C2005740411584c14
Octal1311440012710010153011424
Binary101100111001000000101011110000001000001101011000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,12,32); }

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

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

 a { background-color: rgb(89,12,32); }

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

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

 span { border-color: rgb(89,12,32); }

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