Html Css Color HEX #721601 Maroon

📋 copy color: '#721601'

red 114 ◦ green 22 ◦ blue 1

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

Shades of Maroon #721601

Tints of Maroon #721601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.06%

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

R = 83.21%
G = 16.06%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#721601 (or 0x721601) is known color: Maroon. HEX triplet: 72, 16 and 01. RGB value is (114,22,1). Sum of RGB (Red+Green+Blue) = 114+22+1=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #721601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721601 is #8DE9FE. Grayscale: #2F2F2F. Windows color (decimal): -9300479 or 71282. OLE color: 71282.

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

Color convert

RGB 114 22 1 -
CMYK 0 0.81 0.99 0.55
HSL 11.15º 0.98% 0.23% -
HSV(B) 11.15º 0.99% 0.45% -
XYZ 7.23 4.15 0.45 -
YUV 47.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 114 22 1 0 0.81 0.99 0.55 11.15 0.98 0.23
Hex 72 16 1 0 51 63 37 B 62 17
Octal 162 26 1 0 121 143 67 13 142 27
Binary 1110010 10110 1 0 1010001 1100011 110111 1011 1100010 10111

Color Harmonies of #721601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721601

Black with #721601

Text Example


Text Example

White with #721601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721601; }

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

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

background-color css

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

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

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

border-color css

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

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

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