#590C1D

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

Shades of Bordeaux #590C1D

Tints of Bordeaux #590C1D

Color information

#590C1D (or 0x590C1D) is unknown color: approx Bordeaux. HEX triplet: 59, 0C and 1D. RGB value is (89,12,29). Sum of RGB (Red+Green+Blue) = 89+12+29=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #590C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C1D is #A6F3E2. Grayscale: #242424. Windows color (decimal): -10941411 or 1903705. OLE color: 1903705.

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

Color convert

RGB891229-
CMYK00.870.670.65
HSL346.75º76.24%19.8%-
HSV(B)346.75º86.52%34.9%-
XYZ4.472.481.4-
YUV36.96123.51165.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.46%
GREEN value IS 12 (5.08% from 255) = 9.23%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=68.46%
G=9.23%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89122900.870.670.65346.7576.2419.8
Hex59C1D057434115b4c14
Octal1311435012710310153311424
Binary10110011100111010101011110000111000001101011011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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