#590419

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

Shades of Bordeaux #590419

Tints of Bordeaux #590419

Color information

#590419 (or 0x590419) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 19. RGB value is (89,4,25). Sum of RGB (Red+Green+Blue) = 89+4+25=118 (15% of max value = 765). Red value is 89 (35.16% from 255 or 75.42% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 89 - color contains mainly: red. Hex color #590419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590419 is #A6FBE6. Grayscale: #1F1F1F. Windows color (decimal): -10943463 or 1639513. OLE color: 1639513.

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

Color convert

RGB89425-
CMYK00.960.720.65
HSL345.18º91.4%18.24%-
HSV(B)345.18º95.51%34.9%-
XYZ4.342.281.13-
YUV31.81124.16168.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 75.42%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 25 (10.16% from 255) = 21.19%
R=75.42%
G=3.39%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8942500.960.720.65345.1891.418.24
Hex5941906048411595b12
Octal131431014011010153113322
Binary1011001100110010110000010010001000001101011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590419; }

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

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

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

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

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

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

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

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