#8F1905

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

Shades of Falu Red #8F1905

Tints of Falu Red #8F1905

Color information

#8F1905 (or 0x8F1905) is unknown color: approx Falu Red. HEX triplet: 8F, 19 and 05. RGB value is (143,25,5). Sum of RGB (Red+Green+Blue) = 143+25+5=173 (22% of max value = 765). Red value is 143 (56.25% from 255 or 82.66% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1905 is #70E6FA. Grayscale: #3A3A3A. Windows color (decimal): -7399163 or 334223. OLE color: 334223.

HSL color Cylindrical-coordinate representation of color #8F1905: hue angle of 8.7º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F1905 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB143255-
CMYK00.830.970.44
HSL8.7º93.24%29.02%-
HSV(B)8.7º96.5%56.08%-
XYZ11.76.550.79-
YUV5898.09188.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 82.66%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=82.66%
G=14.45%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14325500.830.970.448.793.2429.02
Hex8F195053612C95d1d
Octal2173150123141541113535
Binary10001111110011010101001111000011011001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,25,5); }

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

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

 a { background-color: rgb(143,25,5); }

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

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

 span { border-color: rgb(143,25,5); }

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