#590500

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

Shades of Maroon #590500

Tints of Maroon #590500

Color information

#590500 (or 0x590500) is unknown color: approx Maroon. HEX triplet: 59, 05 and 00. RGB value is (89,5,0). Sum of RGB (Red+Green+Blue) = 89+5+0=94 (12% of max value = 765). Red value is 89 (35.16% from 255 or 94.68% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 89 - color contains mainly: red. Hex color #590500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590500 is #A6FAFF. Grayscale: #1D1D1D. Windows color (decimal): -10943232 or 1369. OLE color: 1369.

HSL color Cylindrical-coordinate representation of color #590500: hue angle of 3.37º 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 #590500 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB8950-
CMYK00.9410.65
HSL3.37º100%17.45%-
HSV(B)3.37º100%34.9%-
XYZ4.172.230.21-
YUV29.55111.33170.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 94.68%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.68%
G=5.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal895000.9410.653.3710017.45
Hex595005E644136411
Octal131500136144101314421
Binary10110011010010111101100100100000111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590500; }

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

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

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

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

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

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

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

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