Html Css Color HEX #590201 Maroon

📋 copy color: '#590201'

red 89 ◦ green 2 ◦ blue 1

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

Shades of Maroon #590201

Tints of Maroon #590201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.17%

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

R = 96.74%
G = 2.17%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#590201 (or 0x590201) is known color: Maroon. HEX triplet: 59, 02 and 01. RGB value is (89,2,1). Sum of RGB (Red+Green+Blue) = 89+2+1=92 (12% of max value = 765). Red value is 89 (35.16% from 255 or 96.74% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 89 - color contains mainly: red. Hex color #590201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590201 is #A6FDFE. Grayscale: #1B1B1B. Windows color (decimal): -10943999 or 66137. OLE color: 66137.

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

Color convert

RGB 89 2 1 -
CMYK 0 0.98 0.99 0.65
HSL 0.68º 0.98% 0.18% -
HSV(B) 0.68º 0.99% 0.35% -
XYZ 4.15 2.17 0.23 -
YUV 27.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 89 2 1 0 0.98 0.99 0.65 0.68 0.98 0.18
Hex 59 2 1 0 62 63 41 1 62 12
Octal 131 2 1 0 142 143 101 1 142 22
Binary 1011001 10 1 0 1100010 1100011 1000001 1 1100010 10010

Color Harmonies of #590201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590201

Black with #590201

Text Example


Text Example

White with #590201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590201; }

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

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

background-color css

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

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

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

border-color css

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

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

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