#591420

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

Shades of Bordeaux #591420

Tints of Bordeaux #591420

Color information

#591420 (or 0x591420) is unknown color: approx Bordeaux. HEX triplet: 59, 14 and 20. RGB value is (89,20,32). Sum of RGB (Red+Green+Blue) = 89+20+32=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #591420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591420 is #A6EBDF. Grayscale: #2A2A2A. Windows color (decimal): -10939360 or 2102361. OLE color: 2102361.

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

Color convert

RGB892032-
CMYK00.780.640.65
HSL349.57º63.3%21.37%-
HSV(B)349.57º77.53%34.9%-
XYZ4.632.731.65-
YUV42122.36161.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.12%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=63.12%
G=14.18%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89203200.780.640.65349.5763.321.37
Hex59142004E404115e3f15
Octal131244001161001015367725
Binary101100110100100000010011101000000100000110101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591420; }

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

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

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

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

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

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

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

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