Html Css Color HEX #720200 Maroon

📋 copy color: '#720200'

red 114 ◦ green 2 ◦ blue 0

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

Shades of Maroon #720200

Tints of Maroon #720200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.28%
G = 1.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#720200 (or 0x720200) is known color: Maroon. HEX triplet: 72, 02 and 00. RGB value is (114,2,0). Sum of RGB (Red+Green+Blue) = 114+2+0=116 (15% of max value = 765). Red value is 114 (44.92% from 255 or 98.28% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 114 - color contains mainly: red. Hex color #720200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720200 is #8DFDFF. Grayscale: #232323. Windows color (decimal): -9305600 or 626. OLE color: 626.

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

Color convert

RGB 114 2 0 -
CMYK 0 0.98 1 0.55
HSL 1.05º 1% 0.22% -
HSV(B) 1.05º 1% 0.45% -
XYZ 6.96 3.62 0.33 -
YUV 35.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 114 2 0 0 0.98 1 0.55 1.05 1 0.22
Hex 72 2 0 0 62 64 37 1 64 16
Octal 162 2 0 0 142 144 67 1 144 26
Binary 1110010 10 0 0 1100010 1100100 110111 1 1100100 10110

Color Harmonies of #720200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720200

Black with #720200

Text Example


Text Example

White with #720200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720200; }

 p { color: rgb(114,2,0); }

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

background-color css

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

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

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

border-color css

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

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

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