#590415

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

Shades of Bordeaux #590415

Tints of Bordeaux #590415

Color information

#590415 (or 0x590415) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 15. RGB value is (89,4,21). Sum of RGB (Red+Green+Blue) = 89+4+21=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #590415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590415 is #A6FBEA. Grayscale: #1F1F1F. Windows color (decimal): -10943467 or 1377369. OLE color: 1377369.

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

Color convert

RGB89421-
CMYK00.960.760.65
HSL348º91.4%18.24%-
HSV(B)348º95.51%34.9%-
XYZ4.32.260.92-
YUV31.35122.16169.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.07%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=78.07%
G=3.51%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8942100.960.760.6534891.418.24
Hex594150604C4115c5b12
Octal131425014011410153413322
Binary1011001100101010110000010011001000001101011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590415; }

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

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

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

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

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

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

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

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