Html Css Color HEX #721701 Maroon

📋 copy color: '#721701'

red 114 ◦ green 23 ◦ blue 1

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

Shades of Maroon #721701

Tints of Maroon #721701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

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

R = 82.61%
G = 16.67%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#721701 (or 0x721701) is known color: Maroon. HEX triplet: 72, 17 and 01. RGB value is (114,23,1). Sum of RGB (Red+Green+Blue) = 114+23+1=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #721701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721701 is #8DE8FE. Grayscale: #2F2F2F. Windows color (decimal): -9300223 or 71538. OLE color: 71538.

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

Color convert

RGB 114 23 1 -
CMYK 0 0.80 0.99 0.55
HSL 11.68º 0.98% 0.23% -
HSV(B) 11.68º 0.99% 0.45% -
XYZ 7.25 4.19 0.46 -
YUV 47.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 114 23 1 0 0.80 0.99 0.55 11.68 0.98 0.23
Hex 72 17 1 0 50 63 37 C 62 17
Octal 162 27 1 0 120 143 67 14 142 27
Binary 1110010 10111 1 0 1010000 1100011 110111 1100 1100010 10111

Color Harmonies of #721701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721701

Black with #721701

Text Example


Text Example

White with #721701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721701; }

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

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

background-color css

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

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

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

border-color css

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

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

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