#8D1610

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

Shades of Falu Red #8D1610

Tints of Falu Red #8D1610

Color information

#8D1610 (or 0x8D1610) is unknown color: approx Falu Red. HEX triplet: 8D, 16 and 10. RGB value is (141,22,16). Sum of RGB (Red+Green+Blue) = 141+22+16=179 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.77% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1610 is #72E9EF. Grayscale: #393939. Windows color (decimal): -7530992 or 1054349. OLE color: 1054349.

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

Color convert

RGB1412216-
CMYK00.840.890.45
HSL2.88º79.62%30.78%-
HSV(B)2.88º88.65%55.29%-
XYZ11.366.271.1-
YUV56.9104.92187.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 78.77%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=78.77%
G=12.29%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141221600.840.890.452.8879.6230.78
Hex8D1610054592D3501f
Octal2152620012413155312037
Binary10001101101101000001010100101100110110111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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