#591529

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

Shades of Bordeaux #591529

Tints of Bordeaux #591529

Color information

#591529 (or 0x591529) is unknown color: approx Bordeaux. HEX triplet: 59, 15 and 29. RGB value is (89,21,41). Sum of RGB (Red+Green+Blue) = 89+21+41=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #591529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591529 is #A6EAD6. Grayscale: #2B2B2B. Windows color (decimal): -10939095 or 2692441. OLE color: 2692441.

HSL color Cylindrical-coordinate representation of color #591529: hue angle of 342.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591529 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB892141-
CMYK00.760.540.65
HSL342.35º61.82%21.57%-
HSV(B)342.35º76.4%34.9%-
XYZ4.792.822.39-
YUV43.61126.53160.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=58.94%
G=13.91%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89214100.760.540.65342.3561.8221.57
Hex59152904C36411563e16
Octal13125510114661015267626
Binary10110011010110100101001100110110100000110101011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591529; }

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

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

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

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

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

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

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

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