#720601

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

Shades of Maroon #720601

Tints of Maroon #720601

Color information

#720601 (or 0x720601) is unknown color: approx Maroon. HEX triplet: 72, 06 and 01. RGB value is (114,6,1). Sum of RGB (Red+Green+Blue) = 114+6+1=121 (16% of max value = 765). Red value is 114 (44.92% from 255 or 94.21% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 114 - color contains mainly: red. Hex color #720601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720601 is #8DF9FE. Grayscale: #252525. Windows color (decimal): -9304575 or 67186. OLE color: 67186.

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

Color convert

RGB11461-
CMYK00.950.990.55
HSL2.65º98.26%22.55%-
HSV(B)2.65º99.12%44.71%-
XYZ7.013.710.38-
YUV37.72107.28182.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 94.21%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=94.21%
G=4.96%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146100.950.990.552.6598.2622.55
Hex726105F633736217
Octal16261013714367314227
Binary1110010110101011111110001111011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720601; }

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

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

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

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

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

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

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

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