#72160D

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

Shades of Falu Red #72160D

Tints of Falu Red #72160D

Color information

#72160D (or 0x72160D) is unknown color: approx Falu Red. HEX triplet: 72, 16 and 0D. RGB value is (114,22,13). Sum of RGB (Red+Green+Blue) = 114+22+13=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #72160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72160D is #8DE9F2. Grayscale: #303030. Windows color (decimal): -9300467 or 857714. OLE color: 857714.

HSL color Cylindrical-coordinate representation of color #72160D: hue angle of 5.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72160D is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1142213-
CMYK00.810.890.55
HSL5.35º79.53%24.9%-
HSV(B)5.35º88.6%44.71%-
XYZ7.34.180.8-
YUV48.48107.98174.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76.51%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=76.51%
G=14.77%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114221300.810.890.555.3579.5324.9
Hex7216D051593755019
Octal1622615012113167512031
Binary1110010101101101010100011011001110111101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72160D; }

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

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

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

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

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

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

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

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