#8C150D

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

Shades of Falu Red #8C150D

Tints of Falu Red #8C150D

Color information

#8C150D (or 0x8C150D) is unknown color: approx Falu Red. HEX triplet: 8C, 15 and 0D. RGB value is (140,21,13). Sum of RGB (Red+Green+Blue) = 140+21+13=174 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80.46% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 140 - color contains mainly: red. Hex color #8C150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C150D is #73EAF2. Grayscale: #373737. Windows color (decimal): -7596787 or 857484. OLE color: 857484.

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

Color convert

RGB1402113-
CMYK00.850.910.45
HSL3.78º83.01%30%-
HSV(B)3.78º90.71%54.9%-
XYZ11.166.140.98-
YUV55.67103.92188.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 80.46%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=80.46%
G=12.07%
B=7.47%

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
Decimal140211300.850.910.453.7883.0130
Hex8C15D0555B2D4531e
Octal2142515012513355412336
Binary10001100101011101010101011011011101101100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,21,13); }

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

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

 a { background-color: rgb(140,21,13); }

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

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

 span { border-color: rgb(140,21,13); }

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