#8D140F

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

Shades of Falu Red #8D140F

Tints of Falu Red #8D140F

Color information

#8D140F (or 0x8D140F) is unknown color: approx Falu Red. HEX triplet: 8D, 14 and 0F. RGB value is (141,20,15). Sum of RGB (Red+Green+Blue) = 141+20+15=176 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.11% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 141 - color contains mainly: red. Hex color #8D140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D140F is #72EBF0. Grayscale: #373737. Windows color (decimal): -7531505 or 988301. OLE color: 988301.

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

Color convert

RGB1412015-
CMYK00.860.890.45
HSL2.38º80.77%30.59%-
HSV(B)2.38º89.36%55.29%-
XYZ11.326.21.05-
YUV55.61105.09188.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 80.11%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=80.11%
G=11.36%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141201500.860.890.452.3880.7730.59
Hex8D14F056592D2511f
Octal2152417012613155212137
Binary1000110110100111101010110101100110110110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D140F; }

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

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

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

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

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

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

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

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