#590521

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

Shades of Bordeaux #590521

Tints of Bordeaux #590521

Color information

#590521 (or 0x590521) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 21. RGB value is (89,5,33). Sum of RGB (Red+Green+Blue) = 89+5+33=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #590521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590521 is #A6FADE. Grayscale: #212121. Windows color (decimal): -10943199 or 2164057. OLE color: 2164057.

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

Color convert

RGB89533-
CMYK00.940.630.65
HSL340º89.36%18.43%-
HSV(B)340º94.38%34.9%-
XYZ4.452.341.66-
YUV33.31127.83167.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.08%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=70.08%
G=3.94%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8953300.940.630.6534089.3618.43
Hex5952105E3F411545912
Octal13154101367710152413122
Binary1011001101100001010111101111111000001101010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590521; }

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

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

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

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

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

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

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

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