#721007

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

Shades of Maroon #721007

Tints of Maroon #721007

Color information

#721007 (or 0x721007) is unknown color: approx Maroon. HEX triplet: 72, 10 and 07. RGB value is (114,16,7). Sum of RGB (Red+Green+Blue) = 114+16+7=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #721007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721007 is #8DEFF8. Grayscale: #2C2C2C. Windows color (decimal): -9302009 or 462962. OLE color: 462962.

HSL color Cylindrical-coordinate representation of color #721007: hue angle of 5.05º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #721007 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB114167-
CMYK00.860.940.55
HSL5.05º88.43%23.73%-
HSV(B)5.05º93.86%44.71%-
XYZ7.163.960.59-
YUV44.28106.97177.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.21%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 7 (3.12% from 255) = 5.11%
R=83.21%
G=11.68%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11416700.860.940.555.0588.4323.73
Hex721070565E3755818
Octal162207012613667513030
Binary111001010000111010101101011110110111101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721007; }

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

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

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

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

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

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

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

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