#721000

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

Shades of Maroon #721000

Tints of Maroon #721000

Color information

#721000 (or 0x721000) is unknown color: approx Maroon. HEX triplet: 72, 10 and 00. RGB value is (114,16,0). Sum of RGB (Red+Green+Blue) = 114+16+0=130 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.69% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 114 - color contains mainly: red. Hex color #721000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721000 is #8DEFFF. Grayscale: #2B2B2B. Windows color (decimal): -9302016 or 4210. OLE color: 4210.

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

Color convert

RGB114160-
CMYK00.8610.55
HSL8.42º100%22.35%-
HSV(B)8.42º100%44.71%-
XYZ7.123.950.39-
YUV43.48103.47178.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 87.69%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.69%
G=12.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11416000.8610.558.4210022.35
Hex72100056643786416
Octal1622000126144671014426
Binary11100101000000101011011001001101111000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721000; }

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

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

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

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

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

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

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

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