#59152A

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

Shades of Bordeaux #59152A

Tints of Bordeaux #59152A

Color information

#59152A (or 0x59152A) is unknown color: approx Bordeaux. HEX triplet: 59, 15 and 2A. RGB value is (89,21,42). Sum of RGB (Red+Green+Blue) = 89+21+42=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59152A is #A6EAD5. Grayscale: #2B2B2B. Windows color (decimal): -10939094 or 2757977. OLE color: 2757977.

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

Color convert

RGB892142-
CMYK00.760.530.65
HSL341.47º61.82%21.57%-
HSV(B)341.47º76.4%34.9%-
XYZ4.812.832.48-
YUV43.73127.03160.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=58.55%
G=13.82%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89214200.760.530.65341.4761.8221.57
Hex59152A04C35411553e16
Octal13125520114651015257626
Binary10110011010110101001001100110101100000110101010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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