#590A16

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

Shades of Bordeaux #590A16

Tints of Bordeaux #590A16

Color information

#590A16 (or 0x590A16) is unknown color: approx Bordeaux. HEX triplet: 59, 0A and 16. RGB value is (89,10,22). Sum of RGB (Red+Green+Blue) = 89+10+22=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #590A16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590A16 is #A6F5E9. Grayscale: #232323. Windows color (decimal): -10941930 or 1444441. OLE color: 1444441.

HSL color Cylindrical-coordinate representation of color #590A16: hue angle of 350.89º 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 #590A16 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB891022-
CMYK00.890.750.65
HSL350.89º79.8%19.41%-
HSV(B)350.89º88.76%34.9%-
XYZ4.372.40.99-
YUV34.99120.67166.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 73.55%
GREEN value IS 10 (4.30% from 255) = 8.26%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=73.55%
G=8.26%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89102200.890.750.65350.8979.819.41
Hex59A160594B4115f5013
Octal1311226013111310153712023
Binary10110011010101100101100110010111000001101011111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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