Html Css Color HEX #721201 Maroon

📋 copy color: '#721201'

red 114 ◦ green 18 ◦ blue 1

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

Shades of Maroon #721201

Tints of Maroon #721201

RGB

 RED value IS 114 (44.92% from 255) = 85.71%

 GREEN value IS 18 (7.42% from 255) = 13.53%

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

R = 85.71%
G = 13.53%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#721201 (or 0x721201) is known color: Maroon. HEX triplet: 72, 12 and 01. RGB value is (114,18,1). Sum of RGB (Red+Green+Blue) = 114+18+1=133 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.71% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 114 - color contains mainly: red. Hex color #721201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721201 is #8DEDFE. Grayscale: #2C2C2C. Windows color (decimal): -9301503 or 70258. OLE color: 70258.

HSL color Cylindrical-coordinate representation of color #721201: hue angle of 9.03º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #721201 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 1 -
CMYK 0 0.84 0.99 0.55
HSL 9.03º 0.98% 0.23% -
HSV(B) 9.03º 0.99% 0.45% -
XYZ 7.16 4.01 0.43 -
YUV 44.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 114 18 1 0 0.84 0.99 0.55 9.03 0.98 0.23
Hex 72 12 1 0 54 63 37 9 62 17
Octal 162 22 1 0 124 143 67 11 142 27
Binary 1110010 10010 1 0 1010100 1100011 110111 1001 1100010 10111

Color Harmonies of #721201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721201

Black with #721201

Text Example


Text Example

White with #721201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721201; }

 p { color: rgb(114,18,1); }

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

background-color css

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

 a { background-color: rgb(114,18,1); }

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

border-color css

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

 span { border-color: rgb(114,18,1); }

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