Html Css Color HEX #721104 Maroon

📋 copy color: '#721104'

red 114 ◦ green 17 ◦ blue 4

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

Shades of Maroon #721104

Tints of Maroon #721104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.96%

R = 84.44%
G = 12.59%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#721104 (or 0x721104) is known color: Maroon. HEX triplet: 72, 11 and 04. RGB value is (114,17,4). Sum of RGB (Red+Green+Blue) = 114+17+4=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #721104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721104 is #8DEEFB. Grayscale: #2C2C2C. Windows color (decimal): -9301756 or 266610. OLE color: 266610.

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

Color convert

RGB 114 17 4 -
CMYK 0 0.85 0.96 0.55
HSL 7.09º 0.93% 0.23% -
HSV(B) 7.09º 0.96% 0.45% -
XYZ 7.16 3.99 0.51 -
YUV 44.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 114 17 4 0 0.85 0.96 0.55 7.09 0.93 0.23
Hex 72 11 4 0 55 60 37 7 5D 17
Octal 162 21 4 0 125 140 67 7 135 27
Binary 1110010 10001 100 0 1010101 1100000 110111 111 1011101 10111

Color Harmonies of #721104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721104

Black with #721104

Text Example


Text Example

White with #721104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721104; }

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

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

background-color css

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

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

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

border-color css

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

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

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