#720701

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

Shades of Maroon #720701

Tints of Maroon #720701

Color information

#720701 (or 0x720701) is unknown color: approx Maroon. HEX triplet: 72, 07 and 01. RGB value is (114,7,1). Sum of RGB (Red+Green+Blue) = 114+7+1=122 (16% of max value = 765). Red value is 114 (44.92% from 255 or 93.44% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 114 - color contains mainly: red. Hex color #720701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720701 is #8DF8FE. Grayscale: #262626. Windows color (decimal): -9304319 or 67442. OLE color: 67442.

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

Color convert

RGB11471-
CMYK00.940.990.55
HSL3.19º98.26%22.55%-
HSV(B)3.19º99.12%44.71%-
XYZ7.023.730.38-
YUV38.31106.95181.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 93.44%
GREEN value IS 7 (3.12% from 255) = 5.74%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=93.44%
G=5.74%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147100.940.990.553.1998.2622.55
Hex727105E633736217
Octal16271013614367314227
Binary1110010111101011110110001111011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720701; }

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

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

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

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

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

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

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

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