#590621

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

Shades of Bordeaux #590621

Tints of Bordeaux #590621

Color information

#590621 (or 0x590621) is unknown color: approx Bordeaux. HEX triplet: 59, 06 and 21. RGB value is (89,6,33). Sum of RGB (Red+Green+Blue) = 89+6+33=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #590621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590621 is #A6F9DE. Grayscale: #212121. Windows color (decimal): -10942943 or 2164313. OLE color: 2164313.

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

Color convert

RGB89633-
CMYK00.930.630.65
HSL340.48º87.37%18.63%-
HSV(B)340.48º93.26%34.9%-
XYZ4.462.361.66-
YUV33.89127.5167.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 69.53%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=69.53%
G=4.69%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8963300.930.630.65340.4887.3718.63
Hex5962105D3F411545713
Octal13164101357710152412723
Binary1011001110100001010111011111111000001101010100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590621; }

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

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

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

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

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

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

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

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