#59152B

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

Shades of Bordeaux #59152B

Tints of Bordeaux #59152B

Color information

#59152B (or 0x59152B) is unknown color: approx Bordeaux. HEX triplet: 59, 15 and 2B. RGB value is (89,21,43). Sum of RGB (Red+Green+Blue) = 89+21+43=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59152B is #A6EAD4. Grayscale: #2B2B2B. Windows color (decimal): -10939093 or 2823513. OLE color: 2823513.

HSL color Cylindrical-coordinate representation of color #59152B: hue angle of 340.59º 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 #59152B is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB892143-
CMYK00.760.520.65
HSL340.59º61.82%21.57%-
HSV(B)340.59º76.4%34.9%-
XYZ4.822.832.58-
YUV43.84127.53160.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.17%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=58.17%
G=13.73%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89214300.760.520.65340.5961.8221.57
Hex59152B04C34411553e16
Octal13125530114641015257626
Binary10110011010110101101001100110100100000110101010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59152B; }

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

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

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

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

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

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

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

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