#591224

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

Shades of Bordeaux #591224

Tints of Bordeaux #591224

Color information

#591224 (or 0x591224) is unknown color: approx Bordeaux. HEX triplet: 59, 12 and 24. RGB value is (89,18,36). Sum of RGB (Red+Green+Blue) = 89+18+36=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #591224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591224 is #A6EDDB. Grayscale: #292929. Windows color (decimal): -10939868 or 2363993. OLE color: 2363993.

HSL color Cylindrical-coordinate representation of color #591224: hue angle of 344.79º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591224 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB891836-
CMYK00.800.600.65
HSL344.79º66.36%20.98%-
HSV(B)344.79º79.78%34.9%-
XYZ4.652.681.94-
YUV41.28125.02162.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.24%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=62.24%
G=12.59%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89183600.800.600.65344.7966.3620.98
Hex5912240503C411594215
Octal131224401207410153110225
Binary101100110010100100010100001111001000001101011001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591224; }

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

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

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

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

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

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

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

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