#59112B

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

Shades of Bordeaux #59112B

Tints of Bordeaux #59112B

Color information

#59112B (or 0x59112B) is unknown color: approx Bordeaux. HEX triplet: 59, 11 and 2B. RGB value is (89,17,43). Sum of RGB (Red+Green+Blue) = 89+17+43=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #59112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59112B is #A6EED4. Grayscale: #292929. Windows color (decimal): -10940117 or 2822489. OLE color: 2822489.

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

Color convert

RGB891743-
CMYK00.810.520.65
HSL338.33º67.92%20.78%-
HSV(B)338.33º80.9%34.9%-
XYZ4.762.72.56-
YUV41.49128.85161.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=59.73%
G=11.41%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89174300.810.520.65338.3367.9220.78
Hex59112B05134411524415
Octal131215301216410152210425
Binary101100110001101011010100011101001000001101010010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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