#721916

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

Shades of Falu Red #721916

Tints of Falu Red #721916

Color information

#721916 (or 0x721916) is unknown color: approx Falu Red. HEX triplet: 72, 19 and 16. RGB value is (114,25,22). Sum of RGB (Red+Green+Blue) = 114+25+22=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #721916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721916 is #8DE6E9. Grayscale: #333333. Windows color (decimal): -9299690 or 1448306. OLE color: 1448306.

HSL color Cylindrical-coordinate representation of color #721916: hue angle of 1.96º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721916 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1142522-
CMYK00.780.810.55
HSL1.96º67.65%26.67%-
HSV(B)1.96º80.7%44.71%-
XYZ7.434.331.2-
YUV51.27111.49172.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=70.81%
G=15.53%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114252200.780.810.551.9667.6526.67
Hex72191604E51372441b
Octal1623126011612167210433
Binary1110010110011011001001110101000111011110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721916; }

 p { color: rgb(114,25,22); }

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

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

 a { background-color: rgb(114,25,22); }

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

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

 span { border-color: rgb(114,25,22); }

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