#590120

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

Shades of Bordeaux #590120

Tints of Bordeaux #590120

Color information

#590120 (or 0x590120) is unknown color: approx Bordeaux. HEX triplet: 59, 01 and 20. RGB value is (89,1,32). Sum of RGB (Red+Green+Blue) = 89+1+32=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #590120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590120 is #A6FEDF. Grayscale: #1E1E1E. Windows color (decimal): -10944224 or 2097497. OLE color: 2097497.

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

Color convert

RGB89132-
CMYK00.990.640.65
HSL338.86º97.78%17.65%-
HSV(B)338.86º98.88%34.9%-
XYZ4.392.251.57-
YUV30.85128.65169.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 72.95%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=72.95%
G=0.82%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8913200.990.640.65338.8697.7817.65
Hex5912006340411536212
Octal131140014310010152314222
Binary101100111000000110001110000001000001101010011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590120; }

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

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

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

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

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

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

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

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