#591129

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

Shades of Bordeaux #591129

Tints of Bordeaux #591129

Color information

#591129 (or 0x591129) is unknown color: approx Bordeaux. HEX triplet: 59, 11 and 29. RGB value is (89,17,41). Sum of RGB (Red+Green+Blue) = 89+17+41=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #591129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591129 is #A6EED6. Grayscale: #292929. Windows color (decimal): -10940119 or 2691417. OLE color: 2691417.

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

Color convert

RGB891741-
CMYK00.810.540.65
HSL340º67.92%20.78%-
HSV(B)340º80.9%34.9%-
XYZ4.722.682.37-
YUV41.26127.85162.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.54%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=60.54%
G=11.56%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89174100.810.540.6534067.9220.78
Hex59112905136411544415
Octal131215101216610152410425
Binary101100110001101001010100011101101000001101010100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591129; }

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

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

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

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

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

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

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

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