Html Css Color HEX #590000 Maroon

📋 copy color: '#590000'

red 89 ◦ green 0 ◦ blue 0

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

Shades of Maroon #590000

Tints of Maroon #590000

RGB

 RED value IS 89 (35.16% from 255) = 100%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#590000 (or 0x590000) is known color: Maroon. HEX triplet: 59, 00 and 00. RGB value is (89,0,0). Sum of RGB (Red+Green+Blue) = 89+0+0=89 (11% of max value = 765). Red value is 89 (35.16% from 255 or 100% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 89 - color contains mainly: red. Hex color #590000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590000 is #A6FFFF. Grayscale: #1A1A1A. Windows color (decimal): -10944512 or 89. OLE color: 89.

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

Color convert

RGB 89 0 0 -
CMYK 0 1 1 0.65
HSL 1% 0.17% -
HSV(B) 1% 0.35% -
XYZ 4.12 2.12 0.19 -
YUV 26.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 89 0 0 0 1 1 0.65 0 1 0.17
Hex 59 0 0 0 64 64 41 0 64 11
Octal 131 0 0 0 144 144 101 0 144 21
Binary 1011001 0 0 0 1100100 1100100 1000001 0 1100100 10001

Color Harmonies of #590000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590000

Black with #590000

Text Example


Text Example

White with #590000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590000; }

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

 H1.HeaderClassName
 {
   color: #590000;
 }
 .AnyTagClassName
 {
   color: #590000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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