#8D1510

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

Shades of Falu Red #8D1510

Tints of Falu Red #8D1510

Color information

#8D1510 (or 0x8D1510) is unknown color: approx Falu Red. HEX triplet: 8D, 15 and 10. RGB value is (141,21,16). Sum of RGB (Red+Green+Blue) = 141+21+16=178 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.21% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1510 is #72EAEF. Grayscale: #383838. Windows color (decimal): -7531248 or 1054093. OLE color: 1054093.

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

Color convert

RGB1412116-
CMYK00.850.890.45
HSL2.4º79.62%30.78%-
HSV(B)2.4º88.65%55.29%-
XYZ11.356.241.1-
YUV56.31105.26188.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 79.21%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=79.21%
G=11.80%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141211600.850.890.452.479.6230.78
Hex8D1510055592D2501f
Octal2152520012513155212037
Binary10001101101011000001010101101100110110110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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