Html Css Color HEX #721102 Maroon

📋 copy color: '#721102'

red 114 ◦ green 17 ◦ blue 2

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

Shades of Maroon #721102

Tints of Maroon #721102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.78%

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

R = 85.71%
G = 12.78%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#721102 (or 0x721102) is known color: Maroon. HEX triplet: 72, 11 and 02. RGB value is (114,17,2). Sum of RGB (Red+Green+Blue) = 114+17+2=133 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.71% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 114 - color contains mainly: red. Hex color #721102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721102 is #8DEEFD. Grayscale: #2C2C2C. Windows color (decimal): -9301758 or 135538. OLE color: 135538.

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

Color convert

RGB 114 17 2 -
CMYK 0 0.85 0.98 0.55
HSL 8.04º 0.97% 0.23% -
HSV(B) 8.04º 0.98% 0.45% -
XYZ 7.15 3.98 0.45 -
YUV 44.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 114 17 2 0 0.85 0.98 0.55 8.04 0.97 0.23
Hex 72 11 2 0 55 62 37 8 61 17
Octal 162 21 2 0 125 142 67 10 141 27
Binary 1110010 10001 10 0 1010101 1100010 110111 1000 1100001 10111

Color Harmonies of #721102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721102

Black with #721102

Text Example


Text Example

White with #721102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721102; }

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

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

background-color css

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

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

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

border-color css

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

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

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