#59050E

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

Shades of Bordeaux #59050E

Tints of Bordeaux #59050E

Color information

#59050E (or 0x59050E) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 0E. RGB value is (89,5,14). Sum of RGB (Red+Green+Blue) = 89+5+14=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #59050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59050E is #A6FAF1. Grayscale: #1F1F1F. Windows color (decimal): -10943218 or 918873. OLE color: 918873.

HSL color Cylindrical-coordinate representation of color #59050E: hue angle of 353.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 #59050E is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB89514-
CMYK00.940.840.65
HSL353.57º89.36%18.43%-
HSV(B)353.57º94.38%34.9%-
XYZ4.252.260.63-
YUV31.14118.33169.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 82.41%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=82.41%
G=4.63%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8951400.940.840.65353.5789.3618.43
Hex595E05E54411625912
Octal131516013612410154213122
Binary101100110111100101111010101001000001101100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59050E; }

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

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

<style>
 a { background-color: #59050E; }

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

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

<style>
 span { border-color: #59050E; }

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

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