Html Css Color HEX #720A01 Maroon

📋 copy color: '#720A01'

red 114 ◦ green 10 ◦ blue 1

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

Shades of Maroon #720A01

Tints of Maroon #720A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.8%

R = 91.2%
G = 8%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#720A01 (or 0x720A01) is known color: Maroon. HEX triplet: 72, 0A and 01. RGB value is (114,10,1). Sum of RGB (Red+Green+Blue) = 114+10+1=125 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.2% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 114 - color contains mainly: red. Hex color #720A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A01 is #8DF5FE. Grayscale: #282828. Windows color (decimal): -9303551 or 68210. OLE color: 68210.

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

Color convert

RGB 114 10 1 -
CMYK 0 0.91 0.99 0.55
HSL 4.78º 0.98% 0.23% -
HSV(B) 4.78º 0.99% 0.45% -
XYZ 7.05 3.8 0.39 -
YUV 40.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 114 10 1 0 0.91 0.99 0.55 4.78 0.98 0.23
Hex 72 A 1 0 5B 63 37 5 62 17
Octal 162 12 1 0 133 143 67 5 142 27
Binary 1110010 1010 1 0 1011011 1100011 110111 101 1100010 10111

Color Harmonies of #720A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A01

Black with #720A01

Text Example


Text Example

White with #720A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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