Html Css Color HEX #720801 Maroon

📋 copy color: '#720801'

red 114 ◦ green 8 ◦ blue 1

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

Shades of Maroon #720801

Tints of Maroon #720801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

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

R = 92.68%
G = 6.5%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#720801 (or 0x720801) is known color: Maroon. HEX triplet: 72, 08 and 01. RGB value is (114,8,1). Sum of RGB (Red+Green+Blue) = 114+8+1=123 (16% of max value = 765). Red value is 114 (44.92% from 255 or 92.68% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 114 - color contains mainly: red. Hex color #720801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720801 is #8DF7FE. Grayscale: #272727. Windows color (decimal): -9304063 or 67698. OLE color: 67698.

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

Color convert

RGB 114 8 1 -
CMYK 0 0.93 0.99 0.55
HSL 3.72º 0.98% 0.23% -
HSV(B) 3.72º 0.99% 0.45% -
XYZ 7.03 3.75 0.38 -
YUV 38.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 114 8 1 0 0.93 0.99 0.55 3.72 0.98 0.23
Hex 72 8 1 0 5D 63 37 4 62 17
Octal 162 10 1 0 135 143 67 4 142 27
Binary 1110010 1000 1 0 1011101 1100011 110111 100 1100010 10111

Color Harmonies of #720801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720801

Black with #720801

Text Example


Text Example

White with #720801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720801; }

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

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

background-color css

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

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

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

border-color css

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

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

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