#591728

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

Shades of Bordeaux #591728

Tints of Bordeaux #591728

Color information

#591728 (or 0x591728) is unknown color: approx Bordeaux. HEX triplet: 59, 17 and 28. RGB value is (89,23,40). Sum of RGB (Red+Green+Blue) = 89+23+40=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #591728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591728 is #A6E8D7. Grayscale: #2C2C2C. Windows color (decimal): -10938584 or 2627417. OLE color: 2627417.

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

Color convert

RGB892340-
CMYK00.740.550.65
HSL344.55º58.93%21.96%-
HSV(B)344.55º74.16%34.9%-
XYZ4.812.892.31-
YUV44.67125.37159.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=58.55%
G=15.13%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89234000.740.550.65344.5558.9321.96
Hex59172804A37411593b16
Octal13127500112671015317326
Binary10110011011110100001001010110111100000110101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591728; }

 p { color: rgb(89,23,40); }

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

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

 a { background-color: rgb(89,23,40); }

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

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

 span { border-color: rgb(89,23,40); }

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