#590411

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

Shades of Bordeaux #590411

Tints of Bordeaux #590411

Color information

#590411 (or 0x590411) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 11. RGB value is (89,4,17). Sum of RGB (Red+Green+Blue) = 89+4+17=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #590411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590411 is #A6FBEE. Grayscale: #1E1E1E. Windows color (decimal): -10943471 or 1115225. OLE color: 1115225.

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

Color convert

RGB89417-
CMYK00.960.810.65
HSL350.82º91.4%18.24%-
HSV(B)350.82º95.51%34.9%-
XYZ4.262.250.74-
YUV30.9120.16169.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 80.91%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=80.91%
G=3.64%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8941700.960.810.65350.8291.418.24
Hex59411060514115f5b12
Octal131421014012110153713322
Binary1011001100100010110000010100011000001101011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590411; }

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

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

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

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

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

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

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

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