#590420

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

Shades of Bordeaux #590420

Tints of Bordeaux #590420

Color information

#590420 (or 0x590420) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 20. RGB value is (89,4,32). Sum of RGB (Red+Green+Blue) = 89+4+32=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #590420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590420 is #A6FBDF. Grayscale: #202020. Windows color (decimal): -10943456 or 2098265. OLE color: 2098265.

HSL color Cylindrical-coordinate representation of color #590420: hue angle of 340.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590420 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB89432-
CMYK00.960.640.65
HSL340.24º91.4%18.24%-
HSV(B)340.24º95.51%34.9%-
XYZ4.422.311.58-
YUV32.61127.66168.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.2%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=71.2%
G=3.2%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8943200.960.640.65340.2491.418.24
Hex5942006040411545b12
Octal131440014010010152413322
Binary10110011001000000110000010000001000001101010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590420; }

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

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

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

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

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

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

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

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