#720A01

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

Shades of Maroon #720A01

Tints of Maroon #720A01

Color information

#720A01 (or 0x720A01) is unknown color: approx Maroon. HEX triplet: 72, 0A and 01. RGB value is (114,10,1). Sum of RGB (Red+Green+Blue) = 114+10+1=125 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.2% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 114 - color contains mainly: red. Hex color #720A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A01 is #8DF5FE. Grayscale: #282828. Windows color (decimal): -9303551 or 68210. OLE color: 68210.

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

Color convert

RGB114101-
CMYK00.910.990.55
HSL4.78º98.26%22.55%-
HSV(B)4.78º99.12%44.71%-
XYZ7.053.80.39-
YUV40.07105.96180.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 91.2%
GREEN value IS 10 (4.30% from 255) = 8%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=91.2%
G=8%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410100.910.990.554.7898.2622.55
Hex72A105B633756217
Octal162121013314367514227
Binary111001010101010110111100011110111101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720A01; }

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

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

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

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

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

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

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

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