#591320

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

Shades of Bordeaux #591320

Tints of Bordeaux #591320

Color information

#591320 (or 0x591320) is unknown color: approx Bordeaux. HEX triplet: 59, 13 and 20. RGB value is (89,19,32). Sum of RGB (Red+Green+Blue) = 89+19+32=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #591320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591320 is #A6ECDF. Grayscale: #292929. Windows color (decimal): -10939616 or 2102105. OLE color: 2102105.

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

Color convert

RGB891932-
CMYK00.790.640.65
HSL348.86º64.81%21.18%-
HSV(B)348.86º78.65%34.9%-
XYZ4.612.691.64-
YUV41.41122.69161.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.57%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=63.57%
G=13.57%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89193200.790.640.65348.8664.8121.18
Hex59132004F404115d4115
Octal1312340011710010153510125
Binary1011001100111000000100111110000001000001101011101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591320; }

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

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

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

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

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

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

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

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