#8D1C16

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

Shades of Falu Red #8D1C16

Tints of Falu Red #8D1C16

Color information

#8D1C16 (or 0x8D1C16) is unknown color: approx Falu Red. HEX triplet: 8D, 1C and 16. RGB value is (141,28,22). Sum of RGB (Red+Green+Blue) = 141+28+22=191 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.82% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1C16 is #72E3E9. Grayscale: #3D3D3D. Windows color (decimal): -7529450 or 1449101. OLE color: 1449101.

HSL color Cylindrical-coordinate representation of color #8D1C16: hue angle of 3.03º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1C16 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1412822-
CMYK00.800.840.45
HSL3.03º73.01%31.96%-
HSV(B)3.03º84.4%55.29%-
XYZ11.546.551.42-
YUV61.1105.94184.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.82%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=73.82%
G=14.66%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141282200.800.840.453.0373.0131.96
Hex8D1C16050542D34920
Octal2153426012012455311140
Binary100011011110010110010100001010100101101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,28,22); }

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

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

 a { background-color: rgb(141,28,22); }

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

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

 span { border-color: rgb(141,28,22); }

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