#590524

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

Shades of Bordeaux #590524

Tints of Bordeaux #590524

Color information

#590524 (or 0x590524) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 24. RGB value is (89,5,36). Sum of RGB (Red+Green+Blue) = 89+5+36=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #590524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590524 is #A6FADB. Grayscale: #212121. Windows color (decimal): -10943196 or 2360665. OLE color: 2360665.

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

Color convert

RGB89536-
CMYK00.940.600.65
HSL337.86º89.36%18.43%-
HSV(B)337.86º94.38%34.9%-
XYZ4.492.361.89-
YUV33.65129.33167.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.46%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=68.46%
G=3.85%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8953600.940.600.65337.8689.3618.43
Hex5952405E3C411525912
Octal13154401367410152213122
Binary1011001101100100010111101111001000001101010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590524; }

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

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

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

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

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

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

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

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