Html Css Color HEX #721600 Maroon

📋 copy color: '#721600'

red 114 ◦ green 22 ◦ blue 0

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

Shades of Maroon #721600

Tints of Maroon #721600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.82%
G = 16.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#721600 (or 0x721600) is known color: Maroon. HEX triplet: 72, 16 and 00. RGB value is (114,22,0). Sum of RGB (Red+Green+Blue) = 114+22+0=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #721600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721600 is #8DE9FF. Grayscale: #2F2F2F. Windows color (decimal): -9300480 or 5746. OLE color: 5746.

HSL color Cylindrical-coordinate representation of color #721600: hue angle of 11.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #721600 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 0 -
CMYK 0 0.81 1 0.55
HSL 11.58º 1% 0.22% -
HSV(B) 11.58º 1% 0.45% -
XYZ 7.23 4.15 0.42 -
YUV 47 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 114 22 0 0 0.81 1 0.55 11.58 1 0.22
Hex 72 16 0 0 51 64 37 C 64 16
Octal 162 26 0 0 121 144 67 14 144 26
Binary 1110010 10110 0 0 1010001 1100100 110111 1100 1100100 10110

Color Harmonies of #721600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721600

Black with #721600

Text Example


Text Example

White with #721600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721600; }

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

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

background-color css

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

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

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

border-color css

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

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

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