#72140F

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

Shades of Falu Red #72140F

Tints of Falu Red #72140F

Color information

#72140F (or 0x72140F) is unknown color: approx Falu Red. HEX triplet: 72, 14 and 0F. RGB value is (114,20,15). Sum of RGB (Red+Green+Blue) = 114+20+15=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #72140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72140F is #8DEBF0. Grayscale: #2F2F2F. Windows color (decimal): -9300977 or 988274. OLE color: 988274.

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

Color convert

RGB1142015-
CMYK00.820.870.55
HSL3.03º76.74%25.29%-
HSV(B)3.03º86.84%44.71%-
XYZ7.284.110.86-
YUV47.54109.64175.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76.51%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=76.51%
G=13.42%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114201500.820.870.553.0376.7425.29
Hex7214F052573734d19
Octal1622417012212767311531
Binary111001010100111101010010101011111011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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