#590520

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

Shades of Bordeaux #590520

Tints of Bordeaux #590520

Color information

#590520 (or 0x590520) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 20. RGB value is (89,5,32). Sum of RGB (Red+Green+Blue) = 89+5+32=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #590520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590520 is #A6FADF. Grayscale: #212121. Windows color (decimal): -10943200 or 2098521. OLE color: 2098521.

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

Color convert

RGB89532-
CMYK00.940.640.65
HSL340.71º89.36%18.43%-
HSV(B)340.71º94.38%34.9%-
XYZ4.432.341.58-
YUV33.19127.33167.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.63%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 32 (12.89% from 255) = 25.40%
R=70.63%
G=3.97%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8953200.940.640.65340.7189.3618.43
Hex5952005E40411555912
Octal131540013610010152513122
Binary10110011011000000101111010000001000001101010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590520; }

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

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

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

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

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

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

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

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