#590320

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

Shades of Bordeaux #590320

Tints of Bordeaux #590320

Color information

#590320 (or 0x590320) is unknown color: approx Bordeaux. HEX triplet: 59, 03 and 20. RGB value is (89,3,32). Sum of RGB (Red+Green+Blue) = 89+3+32=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #590320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590320 is #A6FCDF. Grayscale: #1F1F1F. Windows color (decimal): -10943712 or 2098009. OLE color: 2098009.

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

Color convert

RGB89332-
CMYK00.970.640.65
HSL339.77º93.48%18.04%-
HSV(B)339.77º96.63%34.9%-
XYZ4.412.291.58-
YUV32.02127.99168.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.77%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=71.77%
G=2.42%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8933200.970.640.65339.7793.4818.04
Hex5932006140411545d12
Octal131340014110010152413522
Binary1011001111000000110000110000001000001101010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590320; }

 p { color: rgb(89,3,32); }

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

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

 a { background-color: rgb(89,3,32); }

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

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

 span { border-color: rgb(89,3,32); }

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