#590115

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

Shades of Bordeaux #590115

Tints of Bordeaux #590115

Color information

#590115 (or 0x590115) is unknown color: approx Bordeaux. HEX triplet: 59, 01 and 15. RGB value is (89,1,21). Sum of RGB (Red+Green+Blue) = 89+1+21=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #590115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590115 is #A6FEEA. Grayscale: #1D1D1D. Windows color (decimal): -10944235 or 1376601. OLE color: 1376601.

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

Color convert

RGB89121-
CMYK00.990.760.65
HSL346.36º97.78%17.65%-
HSV(B)346.36º98.88%34.9%-
XYZ4.272.20.91-
YUV29.59123.15170.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 80.18%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=80.18%
G=0.90%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8912100.990.760.65346.3697.7817.65
Hex591150634C4115a6212
Octal131125014311410153214222
Binary10110011101010110001110011001000001101011010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590115; }

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

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

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

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

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

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

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

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