#59132C

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

Shades of Bordeaux #59132C

Tints of Bordeaux #59132C

Color information

#59132C (or 0x59132C) is unknown color: approx Bordeaux. HEX triplet: 59, 13 and 2C. RGB value is (89,19,44). Sum of RGB (Red+Green+Blue) = 89+19+44=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59132C is #A6ECD3. Grayscale: #2A2A2A. Windows color (decimal): -10939604 or 2888537. OLE color: 2888537.

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

Color convert

RGB891944-
CMYK00.790.510.65
HSL338.57º64.81%21.18%-
HSV(B)338.57º78.65%34.9%-
XYZ4.812.772.66-
YUV42.78128.69160.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=58.55%
G=12.5%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89194400.790.510.65338.5764.8121.18
Hex59132C04F33411534115
Octal131235401176310152310125
Binary101100110011101100010011111100111000001101010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59132C; }

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

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

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

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

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

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

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

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