#590C26

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

Shades of Bordeaux #590C26

Tints of Bordeaux #590C26

Color information

#590C26 (or 0x590C26) is unknown color: approx Bordeaux. HEX triplet: 59, 0C and 26. RGB value is (89,12,38). Sum of RGB (Red+Green+Blue) = 89+12+38=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #590C26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C26 is #A6F3D9. Grayscale: #252525. Windows color (decimal): -10941402 or 2493529. OLE color: 2493529.

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

Color convert

RGB891238-
CMYK00.870.570.65
HSL339.74º76.24%19.8%-
HSV(B)339.74º86.52%34.9%-
XYZ4.62.532.08-
YUV37.99128.01164.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=64.03%
G=8.63%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89123800.870.570.65339.7476.2419.8
Hex59C2605739411544c14
Octal131144601277110152411424
Binary10110011100100110010101111110011000001101010100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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