Html Css Color HEX #720502 Maroon

📋 copy color: '#720502'

red 114 ◦ green 5 ◦ blue 2

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

Shades of Maroon #720502

Tints of Maroon #720502

RGB

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

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

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

R = 94.21%
G = 4.13%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#720502 (or 0x720502) is known color: Maroon. HEX triplet: 72, 05 and 02. RGB value is (114,5,2). Sum of RGB (Red+Green+Blue) = 114+5+2=121 (16% of max value = 765). Red value is 114 (44.92% from 255 or 94.21% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 114 - color contains mainly: red. Hex color #720502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720502 is #8DFAFD. Grayscale: #252525. Windows color (decimal): -9304830 or 132466. OLE color: 132466.

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

Color convert

RGB 114 5 2 -
CMYK 0 0.96 0.98 0.55
HSL 1.61º 0.97% 0.23% -
HSV(B) 1.61º 0.98% 0.45% -
XYZ 7 3.69 0.4 -
YUV 37.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 114 5 2 0 0.96 0.98 0.55 1.61 0.97 0.23
Hex 72 5 2 0 60 62 37 2 61 17
Octal 162 5 2 0 140 142 67 2 141 27
Binary 1110010 101 10 0 1100000 1100010 110111 10 1100001 10111

Color Harmonies of #720502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720502

Black with #720502

Text Example


Text Example

White with #720502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720502; }

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

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

background-color css

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

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

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

border-color css

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

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

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