Html Css Color HEX #720A08 Maroon

📋 copy color: '#720A08'

red 114 ◦ green 10 ◦ blue 8

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

Shades of Maroon #720A08

Tints of Maroon #720A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.06%

R = 86.36%
G = 7.58%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#720A08 (or 0x720A08) is known color: Maroon. HEX triplet: 72, 0A and 08. RGB value is (114,10,8). Sum of RGB (Red+Green+Blue) = 114+10+8=132 (17% of max value = 765). Red value is 114 (44.92% from 255 or 86.36% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 114 - color contains mainly: red. Hex color #720A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A08 is #8DF5F7. Grayscale: #282828. Windows color (decimal): -9303544 or 526962. OLE color: 526962.

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

Color convert

RGB 114 10 8 -
CMYK 0 0.91 0.93 0.55
HSL 1.13º 0.87% 0.24% -
HSV(B) 1.13º 0.93% 0.45% -
XYZ 7.09 3.81 0.59 -
YUV 40.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 114 10 8 0 0.91 0.93 0.55 1.13 0.87 0.24
Hex 72 A 8 0 5B 5D 37 1 57 18
Octal 162 12 10 0 133 135 67 1 127 30
Binary 1110010 1010 1000 0 1011011 1011101 110111 1 1010111 11000

Color Harmonies of #720A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A08

Black with #720A08

Text Example


Text Example

White with #720A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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