Html Css Color HEX #720A03 Maroon

📋 copy color: '#720A03'

red 114 ◦ green 10 ◦ blue 3

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

Shades of Maroon #720A03

Tints of Maroon #720A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.36%

R = 89.76%
G = 7.87%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#720A03 (or 0x720A03) is known color: Maroon. HEX triplet: 72, 0A and 03. RGB value is (114,10,3). Sum of RGB (Red+Green+Blue) = 114+10+3=127 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.76% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 114 - color contains mainly: red. Hex color #720A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A03 is #8DF5FC. Grayscale: #282828. Windows color (decimal): -9303549 or 199282. OLE color: 199282.

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

Color convert

RGB 114 10 3 -
CMYK 0 0.91 0.97 0.55
HSL 3.78º 0.95% 0.23% -
HSV(B) 3.78º 0.97% 0.45% -
XYZ 7.06 3.8 0.45 -
YUV 40.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 114 10 3 0 0.91 0.97 0.55 3.78 0.95 0.23
Hex 72 A 3 0 5B 61 37 4 5F 17
Octal 162 12 3 0 133 141 67 4 137 27
Binary 1110010 1010 11 0 1011011 1100001 110111 100 1011111 10111

Color Harmonies of #720A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A03

Black with #720A03

Text Example


Text Example

White with #720A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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