#590516

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

Shades of Bordeaux #590516

Tints of Bordeaux #590516

Color information

#590516 (or 0x590516) is unknown color: approx Bordeaux. HEX triplet: 59, 05 and 16. RGB value is (89,5,22). Sum of RGB (Red+Green+Blue) = 89+5+22=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #590516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590516 is #A6FAE9. Grayscale: #202020. Windows color (decimal): -10943210 or 1443161. OLE color: 1443161.

HSL color Cylindrical-coordinate representation of color #590516: hue angle of 347.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590516 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB89522-
CMYK00.940.750.65
HSL347.86º89.36%18.43%-
HSV(B)347.86º94.38%34.9%-
XYZ4.322.290.97-
YUV32.05122.33168.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.72%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=76.72%
G=4.31%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8952200.940.750.65347.8689.3618.43
Hex5951605E4B4115c5912
Octal131526013611310153413122
Binary1011001101101100101111010010111000001101011100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590516; }

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

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

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

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

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

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

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

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