#590B24

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

Shades of Bordeaux #590B24

Tints of Bordeaux #590B24

Color information

#590B24 (or 0x590B24) is unknown color: approx Bordeaux. HEX triplet: 59, 0B and 24. RGB value is (89,11,36). Sum of RGB (Red+Green+Blue) = 89+11+36=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #590B24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B24 is #A6F4DB. Grayscale: #252525. Windows color (decimal): -10941660 or 2362201. OLE color: 2362201.

HSL color Cylindrical-coordinate representation of color #590B24: hue angle of 340.77º 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 #590B24 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB891136-
CMYK00.880.600.65
HSL340.77º78%19.61%-
HSV(B)340.77º87.64%34.9%-
XYZ4.562.491.91-
YUV37.17127.34164.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.44%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=65.44%
G=8.09%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89113600.880.600.65340.777819.61
Hex59B240583C411554e14
Octal131134401307410152511624
Binary10110011011100100010110001111001000001101010101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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