#721800

Color #721800 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #721800

Tints of Maroon #721800

Color information

#721800 (or 0x721800) is unknown color: approx Maroon. HEX triplet: 72, 18 and 00. RGB value is (114,24,0). Sum of RGB (Red+Green+Blue) = 114+24+0=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #721800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721800 is #8DE7FF. Grayscale: #303030. Windows color (decimal): -9299968 or 6258. OLE color: 6258.

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

Color convert

RGB114240-
CMYK00.7910.55
HSL12.63º100%22.35%-
HSV(B)12.63º100%44.71%-
XYZ7.274.230.43-
YUV48.17100.82174.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.61%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.61%
G=17.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11424000.7910.5512.6310022.35
Hex7218004F6437d6416
Octal1623000117144671514426
Binary11100101100000100111111001001101111101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721800; }

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

 H1.HeaderClassName
 {
   color: #721800;
 }
 .AnyTagClassName
 {
   color: #721800;
 }
</style>
background-color css

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

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

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

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

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

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