#59000E

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

Shades of Bordeaux #59000E

Tints of Bordeaux #59000E

Color information

#59000E (or 0x59000E) is unknown color: approx Bordeaux. HEX triplet: 59, 00 and 0E. RGB value is (89,0,14). Sum of RGB (Red+Green+Blue) = 89+0+14=103 (13% of max value = 765). Red value is 89 (35.16% from 255 or 86.41% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 89 - color contains mainly: red. Hex color #59000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59000E is #A6FFF1. Grayscale: #1C1C1C. Windows color (decimal): -10944498 or 917593. OLE color: 917593.

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

Color convert

RGB89014-
CMYK010.840.65
HSL350.56º100%17.45%-
HSV(B)350.56º100%34.9%-
XYZ4.22.160.61-
YUV28.21119.99171.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 86.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=86.41%
G=0%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89014010.840.65350.5610017.45
Hex590E064544115f6411
Octal131016014412410153714421
Binary1011001011100110010010101001000001101011111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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