#590417

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

Shades of Bordeaux #590417

Tints of Bordeaux #590417

Color information

#590417 (or 0x590417) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 17. RGB value is (89,4,23). Sum of RGB (Red+Green+Blue) = 89+4+23=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #590417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590417 is #A6FBE8. Grayscale: #1F1F1F. Windows color (decimal): -10943465 or 1508441. OLE color: 1508441.

HSL color Cylindrical-coordinate representation of color #590417: hue angle of 346.59º 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 #590417 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB89423-
CMYK00.960.740.65
HSL346.59º91.4%18.24%-
HSV(B)346.59º95.51%34.9%-
XYZ4.322.271.02-
YUV31.58123.16168.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.72%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=76.72%
G=3.45%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8942300.960.740.65346.5991.418.24
Hex594170604A4115b5b12
Octal131427014011210153313322
Binary1011001100101110110000010010101000001101011011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590417; }

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

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

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

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

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

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

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

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