#590113

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

Shades of Bordeaux #590113

Tints of Bordeaux #590113

Color information

#590113 (or 0x590113) is unknown color: approx Bordeaux. HEX triplet: 59, 01 and 13. RGB value is (89,1,19). Sum of RGB (Red+Green+Blue) = 89+1+19=109 (14% of max value = 765). Red value is 89 (35.16% from 255 or 81.65% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 89 - color contains mainly: red. Hex color #590113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590113 is #A6FEEC. Grayscale: #1D1D1D. Windows color (decimal): -10944237 or 1245529. OLE color: 1245529.

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

Color convert

RGB89119-
CMYK00.990.790.65
HSL347.73º97.78%17.65%-
HSV(B)347.73º98.88%34.9%-
XYZ4.252.190.82-
YUV29.36122.15170.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 81.65%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=81.65%
G=0.92%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8911900.990.790.65347.7397.7817.65
Hex591130634F4115c6212
Octal131123014311710153414222
Binary10110011100110110001110011111000001101011100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590113; }

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

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

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

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

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

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

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

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