Html Css Color HEX #721404 Maroon

📋 copy color: '#721404'

red 114 ◦ green 20 ◦ blue 4

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

Shades of Maroon #721404

Tints of Maroon #721404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

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

R = 82.61%
G = 14.49%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#721404 (or 0x721404) is known color: Maroon. HEX triplet: 72, 14 and 04. RGB value is (114,20,4). Sum of RGB (Red+Green+Blue) = 114+20+4=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #721404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721404 is #8DEBFB. Grayscale: #2E2E2E. Windows color (decimal): -9300988 or 267378. OLE color: 267378.

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

Color convert

RGB 114 20 4 -
CMYK 0 0.82 0.96 0.55
HSL 8.73º 0.93% 0.23% -
HSV(B) 8.73º 0.96% 0.45% -
XYZ 7.21 4.09 0.52 -
YUV 46.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 114 20 4 0 0.82 0.96 0.55 8.73 0.93 0.23
Hex 72 14 4 0 52 60 37 9 5D 17
Octal 162 24 4 0 122 140 67 11 135 27
Binary 1110010 10100 100 0 1010010 1100000 110111 1001 1011101 10111

Color Harmonies of #721404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721404

Black with #721404

Text Example


Text Example

White with #721404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721404; }

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

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

background-color css

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

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

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

border-color css

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

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

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