#591121

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

Shades of Bordeaux #591121

Tints of Bordeaux #591121

Color information

#591121 (or 0x591121) is unknown color: approx Bordeaux. HEX triplet: 59, 11 and 21. RGB value is (89,17,33). Sum of RGB (Red+Green+Blue) = 89+17+33=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #591121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591121 is #A6EEDE. Grayscale: #282828. Windows color (decimal): -10940127 or 2167129. OLE color: 2167129.

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

Color convert

RGB891733-
CMYK00.810.630.65
HSL346.67º67.92%20.78%-
HSV(B)346.67º80.9%34.9%-
XYZ4.592.631.71-
YUV40.35123.85162.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=64.03%
G=12.23%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89173300.810.630.65346.6767.9220.78
Hex5911210513F4115b4415
Octal131214101217710153310425
Binary101100110001100001010100011111111000001101011011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591121; }

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

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

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

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

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

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

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

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