Html Css Color HEX #720A0A Maroon

📋 copy color: '#720A0A'

red 114 ◦ green 10 ◦ blue 10

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

Shades of Maroon #720A0A

Tints of Maroon #720A0A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.46%

 BLUE value IS 10 (4.3% from 255) = 7.46%

R = 85.07%
G = 7.46%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#720A0A (or 0x720A0A) is known color: Maroon. HEX triplet: 72, 0A and 0A. RGB value is (114,10,10). Sum of RGB (Red+Green+Blue) = 114+10+10=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #720A0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A0A is #8DF5F5. Grayscale: #292929. Windows color (decimal): -9303542 or 658034. OLE color: 658034.

HSL color Cylindrical-coordinate representation of color #720A0A: hue angle of 0º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A0A is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 10 -
CMYK 0 0.91 0.91 0.55
HSL 0.84% 0.24% -
HSV(B) 0.91% 0.45% -
XYZ 7.1 3.82 0.65 -
YUV 41.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 114 10 10 0 0.91 0.91 0.55 0 0.84 0.24
Hex 72 A A 0 5B 5B 37 0 54 18
Octal 162 12 12 0 133 133 67 0 124 30
Binary 1110010 1010 1010 0 1011011 1011011 110111 0 1010100 11000

Color Harmonies of #720A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A0A

Black with #720A0A

Text Example


Text Example

White with #720A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720A0A; }

 p { color: rgb(114,10,10); }

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

background-color css

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

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

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

border-color css

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

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

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