#590615

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

Shades of Bordeaux #590615

Tints of Bordeaux #590615

Color information

#590615 (or 0x590615) is unknown color: approx Bordeaux. HEX triplet: 59, 06 and 15. RGB value is (89,6,21). Sum of RGB (Red+Green+Blue) = 89+6+21=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #590615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590615 is #A6F9EA. Grayscale: #202020. Windows color (decimal): -10942955 or 1377881. OLE color: 1377881.

HSL color Cylindrical-coordinate representation of color #590615: hue angle of 349.16º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590615 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB89621-
CMYK00.930.760.65
HSL349.16º87.37%18.63%-
HSV(B)349.16º93.26%34.9%-
XYZ4.322.310.93-
YUV32.53121.5168.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.72%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=76.72%
G=5.17%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8962100.930.760.65349.1687.3718.63
Hex5961505D4C4115d5713
Octal131625013511410153512723
Binary1011001110101010101110110011001000001101011101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590615; }

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

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

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

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

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

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

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

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