#59182A

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

Shades of Bordeaux #59182A

Tints of Bordeaux #59182A

Color information

#59182A (or 0x59182A) is unknown color: approx Bordeaux. HEX triplet: 59, 18 and 2A. RGB value is (89,24,42). Sum of RGB (Red+Green+Blue) = 89+24+42=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59182A is #A6E7D5. Grayscale: #2D2D2D. Windows color (decimal): -10938326 or 2758745. OLE color: 2758745.

HSL color Cylindrical-coordinate representation of color #59182A: hue angle of 343.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59182A is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB892442-
CMYK00.730.530.65
HSL343.38º57.52%22.16%-
HSV(B)343.38º73.03%34.9%-
XYZ4.862.942.5-
YUV45.49126.03159.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=57.42%
G=15.48%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89244200.730.530.65343.3857.5222.16
Hex59182A04935411573a16
Octal13130520111651015277226
Binary10110011100010101001001001110101100000110101011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59182A; }

 p { color: rgb(89,24,42); }

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

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

 a { background-color: rgb(89,24,42); }

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

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

 span { border-color: rgb(89,24,42); }

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