Html Css Color HEX #721004 Maroon

📋 copy color: '#721004'

red 114 ◦ green 16 ◦ blue 4

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

Shades of Maroon #721004

Tints of Maroon #721004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.94%

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

R = 85.07%
G = 11.94%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#721004 (or 0x721004) is known color: Maroon. HEX triplet: 72, 10 and 04. RGB value is (114,16,4). Sum of RGB (Red+Green+Blue) = 114+16+4=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #721004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721004 is #8DEFFB. Grayscale: #2C2C2C. Windows color (decimal): -9302012 or 266354. OLE color: 266354.

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

Color convert

RGB 114 16 4 -
CMYK 0 0.86 0.96 0.55
HSL 6.55º 0.93% 0.23% -
HSV(B) 6.55º 0.96% 0.45% -
XYZ 7.15 3.96 0.5 -
YUV 43.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 114 16 4 0 0.86 0.96 0.55 6.55 0.93 0.23
Hex 72 10 4 0 56 60 37 7 5D 17
Octal 162 20 4 0 126 140 67 7 135 27
Binary 1110010 10000 100 0 1010110 1100000 110111 111 1011101 10111

Color Harmonies of #721004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721004

Black with #721004

Text Example


Text Example

White with #721004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721004; }

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

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

background-color css

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

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

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

border-color css

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

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

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