#8D110B

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

Shades of Falu Red #8D110B

Tints of Falu Red #8D110B

Color information

#8D110B (or 0x8D110B) is unknown color: approx Falu Red. HEX triplet: 8D, 11 and 0B. RGB value is (141,17,11). Sum of RGB (Red+Green+Blue) = 141+17+11=169 (22% of max value = 765). Red value is 141 (55.47% from 255 or 83.43% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 141 - color contains mainly: red. Hex color #8D110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D110B is #72EEF4. Grayscale: #353535. Windows color (decimal): -7532277 or 725389. OLE color: 725389.

HSL color Cylindrical-coordinate representation of color #8D110B: hue angle of 2.77º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D110B is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB1411711-
CMYK00.880.920.45
HSL2.77º85.53%29.8%-
HSV(B)2.77º92.2%55.29%-
XYZ11.256.090.9-
YUV53.39104.08190.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 83.43%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 11 (4.69% from 255) = 6.51%
R=83.43%
G=10.06%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141171100.880.920.452.7785.5329.8
Hex8D11B0585C2D3561e
Octal2152113013013455312636
Binary1000110110001101101011000101110010110111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,17,11); }

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

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

 a { background-color: rgb(141,17,11); }

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

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

 span { border-color: rgb(141,17,11); }

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