#590916

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

Shades of Bordeaux #590916

Tints of Bordeaux #590916

Color information

#590916 (or 0x590916) is unknown color: approx Bordeaux. HEX triplet: 59, 09 and 16. RGB value is (89,9,22). Sum of RGB (Red+Green+Blue) = 89+9+22=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #590916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590916 is #A6F6E9. Grayscale: #222222. Windows color (decimal): -10942186 or 1444185. OLE color: 1444185.

HSL color Cylindrical-coordinate representation of color #590916: hue angle of 350.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590916 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB89922-
CMYK00.900.750.65
HSL350.25º81.63%19.22%-
HSV(B)350.25º89.89%34.9%-
XYZ4.362.380.99-
YUV34.4121166.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.17%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=74.17%
G=7.5%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8992200.900.750.65350.2581.6319.22
Hex5991605A4B4115e5213
Octal1311126013211310153612223
Binary10110011001101100101101010010111000001101011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590916; }

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

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

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

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

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

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

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

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