Html Css Color HEX #720A00 Maroon

📋 copy color: '#720A00'

red 114 ◦ green 10 ◦ blue 0

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

Shades of Maroon #720A00

Tints of Maroon #720A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.94%
G = 8.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#720A00 (or 0x720A00) is known color: Maroon. HEX triplet: 72, 0A and 00. RGB value is (114,10,0). Sum of RGB (Red+Green+Blue) = 114+10+0=124 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.94% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 114 - color contains mainly: red. Hex color #720A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A00 is #8DF5FF. Grayscale: #282828. Windows color (decimal): -9303552 or 2674. OLE color: 2674.

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

Color convert

RGB 114 10 0 -
CMYK 0 0.91 1 0.55
HSL 5.26º 1% 0.22% -
HSV(B) 5.26º 1% 0.45% -
XYZ 7.05 3.79 0.36 -
YUV 39.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 114 10 0 0 0.91 1 0.55 5.26 1 0.22
Hex 72 A 0 0 5B 64 37 5 64 16
Octal 162 12 0 0 133 144 67 5 144 26
Binary 1110010 1010 0 0 1011011 1100100 110111 101 1100100 10110

Color Harmonies of #720A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A00

Black with #720A00

Text Example


Text Example

White with #720A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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