#590522

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

Shades of Bordeaux #590522

Tints of Bordeaux #590522

Color information

#590522 (or 0x590522) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 22. RGB value is (89,5,34). Sum of RGB (Red+Green+Blue) = 89+5+34=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #590522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590522 is #A6FADD. Grayscale: #212121. Windows color (decimal): -10943198 or 2229593. OLE color: 2229593.

HSL color Cylindrical-coordinate representation of color #590522: hue angle of 339.29º 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 #590522 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB89534-
CMYK00.940.620.65
HSL339.29º89.36%18.43%-
HSV(B)339.29º94.38%34.9%-
XYZ4.462.351.73-
YUV33.42128.33167.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 69.53%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=69.53%
G=3.91%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8953400.940.620.65339.2989.3618.43
Hex5952205E3E411535912
Octal13154201367610152313122
Binary1011001101100010010111101111101000001101010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590522; }

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

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

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

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

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

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

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

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