#721403

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

Shades of Maroon #721403

Tints of Maroon #721403

Color information

#721403 (or 0x721403) is unknown color: approx Maroon. HEX triplet: 72, 14 and 03. RGB value is (114,20,3). Sum of RGB (Red+Green+Blue) = 114+20+3=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #721403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721403 is #8DEBFC. Grayscale: #2E2E2E. Windows color (decimal): -9300989 or 201842. OLE color: 201842.

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

Color convert

RGB114203-
CMYK00.820.970.55
HSL9.19º94.87%22.94%-
HSV(B)9.19º97.37%44.71%-
XYZ7.214.080.49-
YUV46.17103.64176.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.21%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 3 (1.56% from 255) = 2.19%
R=83.21%
G=14.60%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11420300.820.970.559.1994.8722.94
Hex72143052613795f17
Octal1622430122141671113727
Binary111001010100110101001011000011101111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721403; }

 p { color: rgb(114,20,3); }

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

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

 a { background-color: rgb(114,20,3); }

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

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

 span { border-color: rgb(114,20,3); }

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