#8D140E

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

Shades of Falu Red #8D140E

Tints of Falu Red #8D140E

Color information

#8D140E (or 0x8D140E) is unknown color: approx Falu Red. HEX triplet: 8D, 14 and 0E. RGB value is (141,20,14). Sum of RGB (Red+Green+Blue) = 141+20+14=175 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.57% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 141 - color contains mainly: red. Hex color #8D140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D140E is #72EBF1. Grayscale: #373737. Windows color (decimal): -7531506 or 922765. OLE color: 922765.

HSL color Cylindrical-coordinate representation of color #8D140E: hue angle of 2.83º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D140E is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1412014-
CMYK00.860.900.45
HSL2.83º81.94%30.39%-
HSV(B)2.83º90.07%55.29%-
XYZ11.316.191.01-
YUV55.5104.59188.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 80.57%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 14 (5.86% from 255) = 8%
R=80.57%
G=11.43%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141201400.860.900.452.8381.9430.39
Hex8D14E0565A2D3521e
Octal2152416012613255312236
Binary1000110110100111001010110101101010110111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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