#721F16

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

Shades of Falu Red #721F16

Tints of Falu Red #721F16

Color information

#721F16 (or 0x721F16) is unknown color: approx Falu Red. HEX triplet: 72, 1F and 16. RGB value is (114,31,22). Sum of RGB (Red+Green+Blue) = 114+31+22=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #721F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721F16 is #8DE0E9. Grayscale: #363636. Windows color (decimal): -9298154 or 1449842. OLE color: 1449842.

HSL color Cylindrical-coordinate representation of color #721F16: hue angle of 5.87º 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 #721F16 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1143122-
CMYK00.730.810.55
HSL5.87º67.65%26.67%-
HSV(B)5.87º80.7%44.71%-
XYZ7.574.621.25-
YUV54.79109.5170.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 22 (8.98% from 255) = 13.17%
R=68.26%
G=18.56%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114312200.730.810.555.8767.6526.67
Hex721F1604951376441b
Octal1623726011112167610433
Binary11100101111110110010010011010001110111110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721F16; }

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

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

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

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

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

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

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

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