#72120C

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

Shades of Falu Red #72120C

Tints of Falu Red #72120C

Color information

#72120C (or 0x72120C) is unknown color: approx Falu Red. HEX triplet: 72, 12 and 0C. RGB value is (114,18,12). Sum of RGB (Red+Green+Blue) = 114+18+12=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #72120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72120C is #8DEDF3. Grayscale: #2E2E2E. Windows color (decimal): -9301492 or 791154. OLE color: 791154.

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

Color convert

RGB1141812-
CMYK00.840.890.55
HSL3.53º80.95%24.71%-
HSV(B)3.53º89.47%44.71%-
XYZ7.224.040.75-
YUV46.02108.8176.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.17%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=79.17%
G=12.5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114181200.840.890.553.5380.9524.71
Hex7212C054593745119
Octal1622214012413167412131
Binary1110010100101100010101001011001110111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72120C; }

 p { color: rgb(114,18,12); }

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

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

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

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

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

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

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