#591329

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

Shades of Bordeaux #591329

Tints of Bordeaux #591329

Color information

#591329 (or 0x591329) is unknown color: approx Bordeaux. HEX triplet: 59, 13 and 29. RGB value is (89,19,41). Sum of RGB (Red+Green+Blue) = 89+19+41=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #591329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591329 is #A6ECD6. Grayscale: #2A2A2A. Windows color (decimal): -10939607 or 2691929. OLE color: 2691929.

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

Color convert

RGB891941-
CMYK00.790.540.65
HSL341.14º64.81%21.18%-
HSV(B)341.14º78.65%34.9%-
XYZ4.752.752.38-
YUV42.44127.19161.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=59.73%
G=12.75%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89194100.790.540.65341.1464.8121.18
Hex59132904F36411554115
Octal131235101176610152510125
Binary101100110011101001010011111101101000001101010101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591329; }

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

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

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

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

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

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

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

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