#591120

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

Shades of Bordeaux #591120

Tints of Bordeaux #591120

Color information

#591120 (or 0x591120) is unknown color: approx Bordeaux. HEX triplet: 59, 11 and 20. RGB value is (89,17,32). Sum of RGB (Red+Green+Blue) = 89+17+32=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #591120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591120 is #A6EEDF. Grayscale: #282828. Windows color (decimal): -10940128 or 2101593. OLE color: 2101593.

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

Color convert

RGB891732-
CMYK00.810.640.65
HSL347.5º67.92%20.78%-
HSV(B)347.5º80.9%34.9%-
XYZ4.582.631.63-
YUV40.24123.35162.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=64.49%
G=12.32%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89173200.810.640.65347.567.9220.78
Hex591120051404115c4415
Octal1312140012110010153410425
Binary1011001100011000000101000110000001000001101011100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591120; }

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

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

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

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

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

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

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

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