#590B18

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

Shades of Bordeaux #590B18

Tints of Bordeaux #590B18

Color information

#590B18 (or 0x590B18) is unknown color: approx Bordeaux. HEX triplet: 59, 0B and 18. RGB value is (89,11,24). Sum of RGB (Red+Green+Blue) = 89+11+24=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #590B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590B18 is #A6F4E7. Grayscale: #232323. Windows color (decimal): -10941672 or 1575769. OLE color: 1575769.

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

Color convert

RGB891124-
CMYK00.880.730.65
HSL350º78%19.61%-
HSV(B)350º87.64%34.9%-
XYZ4.42.431.1-
YUV35.8121.34165.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.77%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=71.77%
G=8.87%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89112400.880.730.653507819.61
Hex59B18058494115e4e14
Octal1311330013011110153611624
Binary10110011011110000101100010010011000001101011110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,11,24); }

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

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

 a { background-color: rgb(89,11,24); }

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

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

 span { border-color: rgb(89,11,24); }

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