#59040E

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

Shades of Bordeaux #59040E

Tints of Bordeaux #59040E

Color information

#59040E (or 0x59040E) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 0E. RGB value is (89,4,14). Sum of RGB (Red+Green+Blue) = 89+4+14=107 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.18% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 89 - color contains mainly: red. Hex color #59040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59040E is #A6FBF1. Grayscale: #1E1E1E. Windows color (decimal): -10943474 or 918617. OLE color: 918617.

HSL color Cylindrical-coordinate representation of color #59040E: hue angle of 352.94º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59040E is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB89414-
CMYK00.960.840.65
HSL352.94º91.4%18.24%-
HSV(B)352.94º95.51%34.9%-
XYZ4.242.240.62-
YUV30.56118.66169.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 83.18%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=83.18%
G=3.74%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8941400.960.840.65352.9491.418.24
Hex594E06054411615b12
Octal131416014012410154113322
Binary101100110011100110000010101001000001101100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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