Html Css Color HEX #720504 Maroon

📋 copy color: '#720504'

red 114 ◦ green 5 ◦ blue 4

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

Shades of Maroon #720504

Tints of Maroon #720504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

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

R = 92.68%
G = 4.07%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#720504 (or 0x720504) is known color: Maroon. HEX triplet: 72, 05 and 04. RGB value is (114,5,4). Sum of RGB (Red+Green+Blue) = 114+5+4=123 (16% of max value = 765). Red value is 114 (44.92% from 255 or 92.68% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 114 - color contains mainly: red. Hex color #720504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720504 is #8DFAFB. Grayscale: #252525. Windows color (decimal): -9304828 or 263538. OLE color: 263538.

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

Color convert

RGB 114 5 4 -
CMYK 0 0.96 0.96 0.55
HSL 0.55º 0.93% 0.23% -
HSV(B) 0.55º 0.96% 0.45% -
XYZ 7.02 3.69 0.46 -
YUV 37.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 114 5 4 0 0.96 0.96 0.55 0.55 0.93 0.23
Hex 72 5 4 0 60 60 37 1 5D 17
Octal 162 5 4 0 140 140 67 1 135 27
Binary 1110010 101 100 0 1100000 1100000 110111 1 1011101 10111

Color Harmonies of #720504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720504

Black with #720504

Text Example


Text Example

White with #720504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720504; }

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

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

background-color css

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

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

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

border-color css

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

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

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