#590B26

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

Shades of Bordeaux #590B26

Tints of Bordeaux #590B26

Color information

#590B26 (or 0x590B26) is unknown color: approx Bordeaux. HEX triplet: 59, 0B and 26. RGB value is (89,11,38). Sum of RGB (Red+Green+Blue) = 89+11+38=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #590B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B26 is #A6F4D9. Grayscale: #252525. Windows color (decimal): -10941658 or 2493273. OLE color: 2493273.

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

Color convert

RGB891138-
CMYK00.880.570.65
HSL339.23º78%19.61%-
HSV(B)339.23º87.64%34.9%-
XYZ4.592.52.07-
YUV37.4128.34164.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 11 (4.69% from 255) = 7.97%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=64.49%
G=7.97%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89113800.880.570.65339.237819.61
Hex59B2605839411534e14
Octal131134601307110152311624
Binary10110011011100110010110001110011000001101010011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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