#8D1C10

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

Shades of Falu Red #8D1C10

Tints of Falu Red #8D1C10

Color information

#8D1C10 (or 0x8D1C10) is unknown color: approx Falu Red. HEX triplet: 8D, 1C and 10. RGB value is (141,28,16). Sum of RGB (Red+Green+Blue) = 141+28+16=185 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.22% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1C10 is #72E3EF. Grayscale: #3C3C3C. Windows color (decimal): -7529456 or 1055885. OLE color: 1055885.

HSL color Cylindrical-coordinate representation of color #8D1C10: hue angle of 5.76º degrees, saturation: 0.8, 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 #8D1C10 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB1412816-
CMYK00.800.890.45
HSL5.76º79.62%30.78%-
HSV(B)5.76º88.65%55.29%-
XYZ11.496.531.14-
YUV60.42102.94185.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 76.22%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=76.22%
G=15.14%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141281600.800.890.455.7679.6230.78
Hex8D1C10050592D6501f
Octal2153420012013155612037
Binary100011011110010000010100001011001101101110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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