#590A12

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

Shades of Bordeaux #590A12

Tints of Bordeaux #590A12

Color information

#590A12 (or 0x590A12) is unknown color: approx Bordeaux. HEX triplet: 59, 0A and 12. RGB value is (89,10,18). Sum of RGB (Red+Green+Blue) = 89+10+18=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #590A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590A12 is #A6F5ED. Grayscale: #222222. Windows color (decimal): -10941934 or 1182297. OLE color: 1182297.

HSL color Cylindrical-coordinate representation of color #590A12: hue angle of 353.92º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590A12 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB891018-
CMYK00.890.800.65
HSL353.92º79.8%19.41%-
HSV(B)353.92º88.76%34.9%-
XYZ4.342.380.8-
YUV34.53118.67166.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.07%
GREEN value IS 10 (4.30% from 255) = 8.55%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=76.07%
G=8.55%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89101800.890.800.65353.9279.819.41
Hex59A1205950411625013
Octal1311222013112010154212023
Binary10110011010100100101100110100001000001101100010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590A12; }

 p { color: rgb(89,10,18); }

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

<style>
 a { background-color: #590A12; }

 a { background-color: rgb(89,10,18); }

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

<style>
 span { border-color: #590A12; }

 span { border-color: rgb(89,10,18); }

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