Html Css Color HEX #590301 Maroon

📋 copy color: '#590301'

red 89 ◦ green 3 ◦ blue 1

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

Shades of Maroon #590301

Tints of Maroon #590301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.23%

 BLUE value IS 1 (0.78% from 255) = 1.08%

R = 95.7%
G = 3.23%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#590301 (or 0x590301) is known color: Maroon. HEX triplet: 59, 03 and 01. RGB value is (89,3,1). Sum of RGB (Red+Green+Blue) = 89+3+1=93 (12% of max value = 765). Red value is 89 (35.16% from 255 or 95.70% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 89 - color contains mainly: red. Hex color #590301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590301 is #A6FCFE. Grayscale: #1C1C1C. Windows color (decimal): -10943743 or 66393. OLE color: 66393.

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

Color convert

RGB 89 3 1 -
CMYK 0 0.97 0.99 0.65
HSL 1.36º 0.98% 0.18% -
HSV(B) 1.36º 0.99% 0.35% -
XYZ 4.16 2.19 0.23 -
YUV 28.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 89 3 1 0 0.97 0.99 0.65 1.36 0.98 0.18
Hex 59 3 1 0 61 63 41 1 62 12
Octal 131 3 1 0 141 143 101 1 142 22
Binary 1011001 11 1 0 1100001 1100011 1000001 1 1100010 10010

Color Harmonies of #590301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590301

Black with #590301

Text Example


Text Example

White with #590301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590301; }

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

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

background-color css

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

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

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

border-color css

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

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

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