Html Css Color HEX #8F1908 Falu Red

📋 copy color: '#8F1908'

red 143 ◦ green 25 ◦ blue 8

#8F1908
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #8F1908

Tints of Falu Red #8F1908

RGB

 RED value IS 143 (56.25% from 255) = 81.25%

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 81.25%
G = 14.2%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8F1908 (or 0x8F1908) is known color: Falu Red. HEX triplet: 8F, 19 and 08. RGB value is (143,25,8). Sum of RGB (Red+Green+Blue) = 143+25+8=176 (23% of max value = 765). Red value is 143 (56.25% from 255 or 81.25% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1908 is #70E6F7. Grayscale: #3A3A3A. Windows color (decimal): -7399160 or 530831. OLE color: 530831.

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

Color convert

RGB 143 25 8 -
CMYK 0 0.83 0.94 0.44
HSL 7.56º 0.89% 0.3% -
HSV(B) 7.56º 0.94% 0.56% -
XYZ 11.72 6.55 0.88 -
YUV 58.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 143 25 8 0 0.83 0.94 0.44 7.56 0.89 0.3
Hex 8F 19 8 0 53 5E 2C 8 59 1E
Octal 217 31 10 0 123 136 54 10 131 36
Binary 10001111 11001 1000 0 1010011 1011110 101100 1000 1011001 11110

Color Harmonies of #8F1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1908

Black with #8F1908

Text Example


Text Example

White with #8F1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F1908;
 }
 .AnyTagClassName
 {
   color: #8F1908;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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