#590421

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

Shades of Bordeaux #590421

Tints of Bordeaux #590421

Color information

#590421 (or 0x590421) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 21. RGB value is (89,4,33). Sum of RGB (Red+Green+Blue) = 89+4+33=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #590421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590421 is #A6FBDE. Grayscale: #202020. Windows color (decimal): -10943455 or 2163801. OLE color: 2163801.

HSL color Cylindrical-coordinate representation of color #590421: hue angle of 339.53º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590421 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB89433-
CMYK00.960.630.65
HSL339.53º91.4%18.24%-
HSV(B)339.53º95.51%34.9%-
XYZ4.442.321.65-
YUV32.72128.16168.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.63%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=70.63%
G=3.17%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8943300.960.630.65339.5391.418.24
Hex594210603F411545b12
Octal13144101407710152413322
Binary1011001100100001011000001111111000001101010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590421; }

 p { color: rgb(89,4,33); }

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

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

 a { background-color: rgb(89,4,33); }

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

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

 span { border-color: rgb(89,4,33); }

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