#8C1613

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

Shades of Falu Red #8C1613

Tints of Falu Red #8C1613

Color information

#8C1613 (or 0x8C1613) is unknown color: approx Falu Red. HEX triplet: 8C, 16 and 13. RGB value is (140,22,19). Sum of RGB (Red+Green+Blue) = 140+22+19=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1613 is #73E9EC. Grayscale: #393939. Windows color (decimal): -7596525 or 1250956. OLE color: 1250956.

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

Color convert

RGB1402219-
CMYK00.840.860.45
HSL1.49º76.1%31.18%-
HSV(B)1.49º86.43%54.9%-
XYZ11.226.21.22-
YUV56.94106.59187.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 77.35%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=77.35%
G=12.15%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140221900.840.860.451.4976.131.18
Hex8C1613054562D14c1f
Octal2142623012412655111437
Binary1000110010110100110101010010101101011011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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