#8D150C

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

Shades of Falu Red #8D150C

Tints of Falu Red #8D150C

Color information

#8D150C (or 0x8D150C) is unknown color: approx Falu Red. HEX triplet: 8D, 15 and 0C. RGB value is (141,21,12). Sum of RGB (Red+Green+Blue) = 141+21+12=174 (23% of max value = 765). Red value is 141 (55.47% from 255 or 81.03% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 141 - color contains mainly: red. Hex color #8D150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D150C is #72EAF3. Grayscale: #383838. Windows color (decimal): -7531252 or 791949. OLE color: 791949.

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

Color convert

RGB1412112-
CMYK00.850.910.45
HSL4.19º84.31%30%-
HSV(B)4.19º91.49%55.29%-
XYZ11.326.230.95-
YUV55.85103.26188.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 81.03%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=81.03%
G=12.07%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141211200.850.910.454.1984.3130
Hex8D15C0555B2D4541e
Octal2152514012513355412436
Binary10001101101011100010101011011011101101100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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