#8C1513

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

Shades of Falu Red #8C1513

Tints of Falu Red #8C1513

Color information

#8C1513 (or 0x8C1513) is unknown color: approx Falu Red. HEX triplet: 8C, 15 and 13. RGB value is (140,21,19). Sum of RGB (Red+Green+Blue) = 140+21+19=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1513 is #73EAEC. Grayscale: #383838. Windows color (decimal): -7596781 or 1250700. OLE color: 1250700.

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

Color convert

RGB1402119-
CMYK00.850.860.45
HSL0.99º76.1%31.18%-
HSV(B)0.99º86.43%54.9%-
XYZ11.26.161.21-
YUV56.35106.92187.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 77.78%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 19 (7.81% from 255) = 10.56%
R=77.78%
G=11.67%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140211900.850.860.450.9976.131.18
Hex8C1513055562D14c1f
Octal2142523012512655111437
Binary1000110010101100110101010110101101011011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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