#59010E

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

Shades of Bordeaux #59010E

Tints of Bordeaux #59010E

Color information

#59010E (or 0x59010E) is unknown color: approx Bordeaux. HEX triplet: 59, 01 and 0E. RGB value is (89,1,14). Sum of RGB (Red+Green+Blue) = 89+1+14=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #59010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59010E is #A6FEF1. Grayscale: #1C1C1C. Windows color (decimal): -10944242 or 917849. OLE color: 917849.

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

Color convert

RGB89114-
CMYK00.990.840.65
HSL351.14º97.78%17.65%-
HSV(B)351.14º98.88%34.9%-
XYZ4.212.180.61-
YUV28.79119.65170.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 85.58%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 14 (5.86% from 255) = 13.46%
R=85.58%
G=0.96%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8911400.990.840.65351.1497.7817.65
Hex591E063544115f6212
Octal131116014312410153714222
Binary1011001111100110001110101001000001101011111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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