Html Css Color HEX #721003 Maroon

📋 copy color: '#721003'

red 114 ◦ green 16 ◦ blue 3

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

Shades of Maroon #721003

Tints of Maroon #721003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

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

R = 85.71%
G = 12.03%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#721003 (or 0x721003) is known color: Maroon. HEX triplet: 72, 10 and 03. RGB value is (114,16,3). Sum of RGB (Red+Green+Blue) = 114+16+3=133 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.71% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 114 - color contains mainly: red. Hex color #721003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721003 is #8DEFFC. Grayscale: #2B2B2B. Windows color (decimal): -9302013 or 200818. OLE color: 200818.

HSL color Cylindrical-coordinate representation of color #721003: hue angle of 7.03º 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 #721003 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 3 -
CMYK 0 0.86 0.97 0.55
HSL 7.03º 0.95% 0.23% -
HSV(B) 7.03º 0.97% 0.45% -
XYZ 7.14 3.95 0.47 -
YUV 43.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 114 16 3 0 0.86 0.97 0.55 7.03 0.95 0.23
Hex 72 10 3 0 56 61 37 7 5F 17
Octal 162 20 3 0 126 141 67 7 137 27
Binary 1110010 10000 11 0 1010110 1100001 110111 111 1011111 10111

Color Harmonies of #721003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721003

Black with #721003

Text Example


Text Example

White with #721003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721003; }

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

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

background-color css

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

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

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

border-color css

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

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

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