#590112

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

Shades of Bordeaux #590112

Tints of Bordeaux #590112

Color information

#590112 (or 0x590112) is unknown color: approx Bordeaux. HEX triplet: 59, 01 and 12. RGB value is (89,1,18). Sum of RGB (Red+Green+Blue) = 89+1+18=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #590112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590112 is #A6FEED. Grayscale: #1D1D1D. Windows color (decimal): -10944238 or 1179993. OLE color: 1179993.

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

Color convert

RGB89118-
CMYK00.990.800.65
HSL348.41º97.78%17.65%-
HSV(B)348.41º98.88%34.9%-
XYZ4.242.190.77-
YUV29.25121.65170.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 82.41%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=82.41%
G=0.93%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8911800.990.800.65348.4197.7817.65
Hex59112063504115c6212
Octal131122014312010153414222
Binary10110011100100110001110100001000001101011100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590112; }

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

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

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

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

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

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

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

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