#59051C

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

Shades of Bordeaux #59051C

Tints of Bordeaux #59051C

Color information

#59051C (or 0x59051C) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 1C. RGB value is (89,5,28). Sum of RGB (Red+Green+Blue) = 89+5+28=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #59051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59051C is #A6FAE3. Grayscale: #202020. Windows color (decimal): -10943204 or 1836377. OLE color: 1836377.

HSL color Cylindrical-coordinate representation of color #59051C: hue angle of 343.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59051C is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB89528-
CMYK00.940.690.65
HSL343.57º89.36%18.43%-
HSV(B)343.57º94.38%34.9%-
XYZ4.382.321.31-
YUV32.74125.33168.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 72.95%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=72.95%
G=4.10%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8952800.940.690.65343.5789.3618.43
Hex5951C05E45411585912
Octal131534013610510153013122
Binary1011001101111000101111010001011000001101011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,5,28); }

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

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

 a { background-color: rgb(89,5,28); }

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

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

 span { border-color: rgb(89,5,28); }

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