#8C190D

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

Shades of Falu Red #8C190D

Tints of Falu Red #8C190D

Color information

#8C190D (or 0x8C190D) is unknown color: approx Falu Red. HEX triplet: 8C, 19 and 0D. RGB value is (140,25,13). Sum of RGB (Red+Green+Blue) = 140+25+13=178 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.65% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 140 - color contains mainly: red. Hex color #8C190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C190D is #73E6F2. Grayscale: #3A3A3A. Windows color (decimal): -7595763 or 858508. OLE color: 858508.

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

Color convert

RGB1402513-
CMYK00.820.910.45
HSL5.67º83.01%30%-
HSV(B)5.67º90.71%54.9%-
XYZ11.246.31-
YUV58.02102.6186.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 78.65%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 13 (5.47% from 255) = 7.30%
R=78.65%
G=14.04%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140251300.820.910.455.6783.0130
Hex8C19D0525B2D6531e
Octal2143115012213355612336
Binary10001100110011101010100101011011101101110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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