Html Css Color HEX #721202 Maroon

📋 copy color: '#721202'

red 114 ◦ green 18 ◦ blue 2

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

Shades of Maroon #721202

Tints of Maroon #721202

RGB

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

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

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

R = 85.07%
G = 13.43%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#721202 (or 0x721202) is known color: Maroon. HEX triplet: 72, 12 and 02. RGB value is (114,18,2). Sum of RGB (Red+Green+Blue) = 114+18+2=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #721202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721202 is #8DEDFD. Grayscale: #2D2D2D. Windows color (decimal): -9301502 or 135794. OLE color: 135794.

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

Color convert

RGB 114 18 2 -
CMYK 0 0.84 0.98 0.55
HSL 8.57º 0.97% 0.23% -
HSV(B) 8.57º 0.98% 0.45% -
XYZ 7.17 4.01 0.45 -
YUV 44.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 114 18 2 0 0.84 0.98 0.55 8.57 0.97 0.23
Hex 72 12 2 0 54 62 37 9 61 17
Octal 162 22 2 0 124 142 67 11 141 27
Binary 1110010 10010 10 0 1010100 1100010 110111 1001 1100001 10111

Color Harmonies of #721202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721202

Black with #721202

Text Example


Text Example

White with #721202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721202; }

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

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

background-color css

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

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

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

border-color css

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

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

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