#590E26

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

Shades of Bordeaux #590E26

Tints of Bordeaux #590E26

Color information

#590E26 (or 0x590E26) is unknown color: approx Bordeaux. HEX triplet: 59, 0E and 26. RGB value is (89,14,38). Sum of RGB (Red+Green+Blue) = 89+14+38=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #590E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E26 is #A6F1D9. Grayscale: #272727. Windows color (decimal): -10940890 or 2494041. OLE color: 2494041.

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

Color convert

RGB891438-
CMYK00.840.570.65
HSL340.8º72.82%20.2%-
HSV(B)340.8º84.27%34.9%-
XYZ4.632.582.09-
YUV39.16127.35163.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.12%
GREEN value IS 14 (5.86% from 255) = 9.93%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=63.12%
G=9.93%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89143800.840.570.65340.872.8220.2
Hex59E2605439411554914
Octal131164601247110152511124
Binary10110011110100110010101001110011000001101010101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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