Html Css Color HEX #590500 Maroon

📋 copy color: '#590500'

red 89 ◦ green 5 ◦ blue 0

#590500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #590500

Tints of Maroon #590500

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 value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#590500 (or 0x590500) is known color: 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

RGB 89 5 0 -
CMYK 0 0.94 1 0.65
HSL 3.37º 1% 0.17% -
HSV(B) 3.37º 1% 0.35% -
XYZ 4.17 2.23 0.21 -
YUV 29.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 89 5 0 0 0.94 1 0.65 3.37 1 0.17
Hex 59 5 0 0 5E 64 41 3 64 11
Octal 131 5 0 0 136 144 101 3 144 21
Binary 1011001 101 0 0 1011110 1100100 1000001 11 1100100 10001

Color Harmonies of #590500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590500

Black with #590500

Text Example


Text Example

White with #590500

Text Example


Text Example

HTML Codes & Css Web 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>