#590C17

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

Shades of Bordeaux #590C17

Tints of Bordeaux #590C17

Color information

#590C17 (or 0x590C17) is unknown color: approx Bordeaux. HEX triplet: 59, 0C and 17. RGB value is (89,12,23). Sum of RGB (Red+Green+Blue) = 89+12+23=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #590C17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590C17 is #A6F3E8. Grayscale: #242424. Windows color (decimal): -10941417 or 1510489. OLE color: 1510489.

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

Color convert

RGB891223-
CMYK00.870.740.65
HSL351.43º76.24%19.8%-
HSV(B)351.43º86.52%34.9%-
XYZ4.412.451.05-
YUV36.28120.51165.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.77%
GREEN value IS 12 (5.08% from 255) = 9.68%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=71.77%
G=9.68%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89122300.870.740.65351.4376.2419.8
Hex59C170574A4115f4c14
Octal1311427012711210153711424
Binary10110011100101110101011110010101000001101011111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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