#721303

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

Shades of Maroon #721303

Tints of Maroon #721303

Color information

#721303 (or 0x721303) is unknown color: approx Maroon. HEX triplet: 72, 13 and 03. RGB value is (114,19,3). Sum of RGB (Red+Green+Blue) = 114+19+3=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #721303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721303 is #8DECFC. Grayscale: #2D2D2D. Windows color (decimal): -9301245 or 201586. OLE color: 201586.

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

Color convert

RGB114193-
CMYK00.830.970.55
HSL8.65º94.87%22.94%-
HSV(B)8.65º97.37%44.71%-
XYZ7.194.050.49-
YUV45.58103.97176.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.82%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 3 (1.56% from 255) = 2.21%
R=83.82%
G=13.97%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11419300.830.970.558.6594.8722.94
Hex72133053613795f17
Octal1622330123141671113727
Binary111001010011110101001111000011101111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721303; }

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

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

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

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

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

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

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

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