Html Css Color HEX #720702 Maroon

📋 copy color: '#720702'

red 114 ◦ green 7 ◦ blue 2

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

Shades of Maroon #720702

Tints of Maroon #720702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.69%

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

R = 92.68%
G = 5.69%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#720702 (or 0x720702) is known color: Maroon. HEX triplet: 72, 07 and 02. RGB value is (114,7,2). Sum of RGB (Red+Green+Blue) = 114+7+2=123 (16% of max value = 765). Red value is 114 (44.92% from 255 or 92.68% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 114 - color contains mainly: red. Hex color #720702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720702 is #8DF8FD. Grayscale: #262626. Windows color (decimal): -9304318 or 132978. OLE color: 132978.

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

Color convert

RGB 114 7 2 -
CMYK 0 0.94 0.98 0.55
HSL 2.68º 0.97% 0.23% -
HSV(B) 2.68º 0.98% 0.45% -
XYZ 7.03 3.73 0.41 -
YUV 38.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 114 7 2 0 0.94 0.98 0.55 2.68 0.97 0.23
Hex 72 7 2 0 5E 62 37 3 61 17
Octal 162 7 2 0 136 142 67 3 141 27
Binary 1110010 111 10 0 1011110 1100010 110111 11 1100001 10111

Color Harmonies of #720702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720702

Black with #720702

Text Example


Text Example

White with #720702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720702; }

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

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

background-color css

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

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

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

border-color css

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

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

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