Html Css Color HEX #720401 Maroon

📋 copy color: '#720401'

red 114 ◦ green 4 ◦ blue 1

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

Shades of Maroon #720401

Tints of Maroon #720401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.36%

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

R = 95.8%
G = 3.36%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#720401 (or 0x720401) is known color: Maroon. HEX triplet: 72, 04 and 01. RGB value is (114,4,1). Sum of RGB (Red+Green+Blue) = 114+4+1=119 (15% of max value = 765). Red value is 114 (44.92% from 255 or 95.80% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 114 - color contains mainly: red. Hex color #720401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720401 is #8DFBFE. Grayscale: #242424. Windows color (decimal): -9305087 or 66674. OLE color: 66674.

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

Color convert

RGB 114 4 1 -
CMYK 0 0.96 0.99 0.55
HSL 1.59º 0.98% 0.23% -
HSV(B) 1.59º 0.99% 0.45% -
XYZ 6.99 3.67 0.37 -
YUV 36.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 114 4 1 0 0.96 0.99 0.55 1.59 0.98 0.23
Hex 72 4 1 0 60 63 37 2 62 17
Octal 162 4 1 0 140 143 67 2 142 27
Binary 1110010 100 1 0 1100000 1100011 110111 10 1100010 10111

Color Harmonies of #720401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720401

Black with #720401

Text Example


Text Example

White with #720401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720401; }

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

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

background-color css

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

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

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

border-color css

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

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

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