Html Css Color HEX #590202 Maroon

📋 copy color: '#590202'

red 89 ◦ green 2 ◦ blue 2

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

Shades of Maroon #590202

Tints of Maroon #590202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.15%

R = 95.7%
G = 2.15%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#590202 (or 0x590202) is known color: Maroon. HEX triplet: 59, 02 and 02. RGB value is (89,2,2). Sum of RGB (Red+Green+Blue) = 89+2+2=93 (12% of max value = 765). Red value is 89 (35.16% from 255 or 95.70% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 89 - color contains mainly: red. Hex color #590202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590202 is #A6FDFD. Grayscale: #1C1C1C. Windows color (decimal): -10943998 or 131673. OLE color: 131673.

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

Color convert

RGB 89 2 2 -
CMYK 0 0.98 0.98 0.65
HSL 0.96% 0.18% -
HSV(B) 0.98% 0.35% -
XYZ 4.15 2.17 0.26 -
YUV 28.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 89 2 2 0 0.98 0.98 0.65 0 0.96 0.18
Hex 59 2 2 0 62 62 41 0 60 12
Octal 131 2 2 0 142 142 101 0 140 22
Binary 1011001 10 10 0 1100010 1100010 1000001 0 1100000 10010

Color Harmonies of #590202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590202

Black with #590202

Text Example


Text Example

White with #590202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590202; }

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

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

background-color css

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

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

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

border-color css

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

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

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