#590410

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

Shades of Bordeaux #590410

Tints of Bordeaux #590410

Color information

#590410 (or 0x590410) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 10. RGB value is (89,4,16). Sum of RGB (Red+Green+Blue) = 89+4+16=109 (14% of max value = 765). Red value is 89 (35.16% from 255 or 81.65% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 89 - color contains mainly: red. Hex color #590410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590410 is #A6FBEF. Grayscale: #1E1E1E. Windows color (decimal): -10943472 or 1049689. OLE color: 1049689.

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

Color convert

RGB89416-
CMYK00.960.820.65
HSL351.53º91.4%18.24%-
HSV(B)351.53º95.51%34.9%-
XYZ4.262.250.7-
YUV30.78119.66169.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 81.65%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=81.65%
G=3.67%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8941600.960.820.65351.5391.418.24
Hex5941006052411605b12
Octal131420014012210154013322
Binary1011001100100000110000010100101000001101100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590410; }

 p { color: rgb(89,4,16); }

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

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

 a { background-color: rgb(89,4,16); }

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

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

 span { border-color: rgb(89,4,16); }

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