Html Css Color HEX #720A09 Maroon

📋 copy color: '#720A09'

red 114 ◦ green 10 ◦ blue 9

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

Shades of Maroon #720A09

Tints of Maroon #720A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.77%

R = 85.71%
G = 7.52%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#720A09 (or 0x720A09) is known color: Maroon. HEX triplet: 72, 0A and 09. RGB value is (114,10,9). Sum of RGB (Red+Green+Blue) = 114+10+9=133 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.71% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 114 - color contains mainly: red. Hex color #720A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A09 is #8DF5F6. Grayscale: #292929. Windows color (decimal): -9303543 or 592498. OLE color: 592498.

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

Color convert

RGB 114 10 9 -
CMYK 0 0.91 0.92 0.55
HSL 0.57º 0.85% 0.24% -
HSV(B) 0.57º 0.92% 0.45% -
XYZ 7.1 3.81 0.62 -
YUV 40.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 114 10 9 0 0.91 0.92 0.55 0.57 0.85 0.24
Hex 72 A 9 0 5B 5C 37 1 55 18
Octal 162 12 11 0 133 134 67 1 125 30
Binary 1110010 1010 1001 0 1011011 1011100 110111 1 1010101 11000

Color Harmonies of #720A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A09

Black with #720A09

Text Example


Text Example

White with #720A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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