#721500

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

Shades of Maroon #721500

Tints of Maroon #721500

Color information

#721500 (or 0x721500) is unknown color: approx Maroon. HEX triplet: 72, 15 and 00. RGB value is (114,21,0). Sum of RGB (Red+Green+Blue) = 114+21+0=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #721500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721500 is #8DEAFF. Grayscale: #2E2E2E. Windows color (decimal): -9300736 or 5490. OLE color: 5490.

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

Color convert

RGB114210-
CMYK00.8210.55
HSL11.05º100%22.35%-
HSV(B)11.05º100%44.71%-
XYZ7.214.110.41-
YUV46.41101.81176.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 84.44%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.44%
G=15.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11421000.8210.5511.0510022.35
Hex721500526437b6416
Octal1622500122144671314426
Binary11100101010100101001011001001101111011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721500; }

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

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

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

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

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

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

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

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