#590001

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

Shades of Rustic Red #590001

Tints of Rustic Red #590001

Color information

#590001 (or 0x590001) is unknown color: approx Rustic Red. HEX triplet: 59, 00 and 01. RGB value is (89,0,1). Sum of RGB (Red+Green+Blue) = 89+0+1=90 (11% of max value = 765). Red value is 89 (35.16% from 255 or 98.89% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 89 - color contains mainly: red. Hex color #590001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590001 is #A6FFFE. Grayscale: #1A1A1A. Windows color (decimal): -10944511 or 65625. OLE color: 65625.

HSL color Cylindrical-coordinate representation of color #590001: hue angle of 359.33º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB8901-
CMYK010.990.65
HSL359.33º100%17.45%-
HSV(B)359.33º100%34.9%-
XYZ4.132.130.22-
YUV26.72113.49172.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 98.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=98.89%
G=0%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8901010.990.65359.3310017.45
Hex590106463411676411
Octal13101014414310154714421
Binary1011001010110010011000111000001101100111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590001; }

 p { color: rgb(89,0,1); }

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

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

 a { background-color: rgb(89,0,1); }

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

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

 span { border-color: rgb(89,0,1); }

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