#721616

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

Shades of Falu Red #721616

Tints of Falu Red #721616

Color information

#721616 (or 0x721616) is unknown color: approx Falu Red. HEX triplet: 72, 16 and 16. RGB value is (114,22,22). Sum of RGB (Red+Green+Blue) = 114+22+22=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #721616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721616 is #8DE9E9. Grayscale: #313131. Windows color (decimal): -9300458 or 1447538. OLE color: 1447538.

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

Color convert

RGB1142222-
CMYK00.810.810.55
HSL67.65%26.67%-
HSV(B)80.7%44.71%-
XYZ7.374.211.18-
YUV49.51112.48174-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.15%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=72.15%
G=13.92%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114222200.810.810.55067.6526.67
Hex72161605151370441b
Octal1622626012112167010433
Binary111001010110101100101000110100011101110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721616; }

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

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

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

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

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

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

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

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