#72110F

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

Shades of Falu Red #72110F

Tints of Falu Red #72110F

Color information

#72110F (or 0x72110F) is unknown color: approx Falu Red. HEX triplet: 72, 11 and 0F. RGB value is (114,17,15). Sum of RGB (Red+Green+Blue) = 114+17+15=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #72110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72110F is #8DEEF0. Grayscale: #2D2D2D. Windows color (decimal): -9301745 or 987506. OLE color: 987506.

HSL color Cylindrical-coordinate representation of color #72110F: hue angle of 1.21º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72110F is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1141715-
CMYK00.850.870.55
HSL1.21º76.74%25.29%-
HSV(B)1.21º86.84%44.71%-
XYZ7.234.010.85-
YUV45.78110.64176.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.08%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=78.08%
G=11.64%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114171500.850.870.551.2176.7425.29
Hex7211F055573714d19
Octal1622117012512767111531
Binary11100101000111110101010110101111101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72110F; }

 p { color: rgb(114,17,15); }

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

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

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

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

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

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

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