#59010C

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

Shades of Bordeaux #59010C

Tints of Bordeaux #59010C

Color information

#59010C (or 0x59010C) is unknown color: approx Bordeaux. HEX triplet: 59, 01 and 0C. RGB value is (89,1,12). Sum of RGB (Red+Green+Blue) = 89+1+12=102 (13% of max value = 765). Red value is 89 (35.16% from 255 or 87.25% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 89 - color contains mainly: red. Hex color #59010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59010C is #A6FEF3. Grayscale: #1C1C1C. Windows color (decimal): -10944244 or 786777. OLE color: 786777.

HSL color Cylindrical-coordinate representation of color #59010C: hue angle of 352.5º 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 #59010C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB89112-
CMYK00.990.870.65
HSL352.5º97.78%17.65%-
HSV(B)352.5º98.88%34.9%-
XYZ4.22.170.55-
YUV28.57118.65171.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 87.25%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=87.25%
G=0.98%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8911200.990.870.65352.597.7817.65
Hex591C06357411606212
Octal131114014312710154014222
Binary1011001111000110001110101111000001101100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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