#590D1E

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

Shades of Bordeaux #590D1E

Tints of Bordeaux #590D1E

Color information

#590D1E (or 0x590D1E) is unknown color: approx Bordeaux. HEX triplet: 59, 0D and 1E. RGB value is (89,13,30). Sum of RGB (Red+Green+Blue) = 89+13+30=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #590D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590D1E is #A6F2E1. Grayscale: #252525. Windows color (decimal): -10941154 or 1969497. OLE color: 1969497.

HSL color Cylindrical-coordinate representation of color #590D1E: hue angle of 346.58º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590D1E is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB891330-
CMYK00.850.660.65
HSL346.58º74.51%20%-
HSV(B)346.58º85.39%34.9%-
XYZ4.52.511.47-
YUV37.66123.68164.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.42%
GREEN value IS 13 (5.47% from 255) = 9.85%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=67.42%
G=9.85%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89133000.850.660.65346.5874.5120
Hex59D1E055424115b4b14
Octal1311536012510210153311324
Binary10110011101111100101010110000101000001101011011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590D1E; }

 p { color: rgb(89,13,30); }

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

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

 a { background-color: rgb(89,13,30); }

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

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

 span { border-color: rgb(89,13,30); }

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