#8D1B10

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

Shades of Falu Red #8D1B10

Tints of Falu Red #8D1B10

Color information

#8D1B10 (or 0x8D1B10) is unknown color: approx Falu Red. HEX triplet: 8D, 1B and 10. RGB value is (141,27,16). Sum of RGB (Red+Green+Blue) = 141+27+16=184 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.63% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1B10 is #72E4EF. Grayscale: #3B3B3B. Windows color (decimal): -7529712 or 1055629. OLE color: 1055629.

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

Color convert

RGB1412716-
CMYK00.810.890.45
HSL5.28º79.62%30.78%-
HSV(B)5.28º88.65%55.29%-
XYZ11.476.481.14-
YUV59.83103.27185.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 76.63%
GREEN value IS 27 (10.94% from 255) = 14.67%
BLUE value IS 16 (6.64% from 255) = 8.70%
R=76.63%
G=14.67%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141271600.810.890.455.2879.6230.78
Hex8D1B10051592D5501f
Octal2153320012113155512037
Binary100011011101110000010100011011001101101101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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