#59172A

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

Shades of Bordeaux #59172A

Tints of Bordeaux #59172A

Color information

#59172A (or 0x59172A) is unknown color: approx Bordeaux. HEX triplet: 59, 17 and 2A. RGB value is (89,23,42). Sum of RGB (Red+Green+Blue) = 89+23+42=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59172A is #A6E8D5. Grayscale: #2C2C2C. Windows color (decimal): -10938582 or 2758489. OLE color: 2758489.

HSL color Cylindrical-coordinate representation of color #59172A: hue angle of 342.73º 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 #59172A is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB892342-
CMYK00.740.530.65
HSL342.73º58.93%21.96%-
HSV(B)342.73º74.16%34.9%-
XYZ4.842.92.5-
YUV44.9126.37159.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.79%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=57.79%
G=14.94%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89234200.740.530.65342.7358.9321.96
Hex59172A04A35411573b16
Octal13127520112651015277326
Binary10110011011110101001001010110101100000110101011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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