Html Css Color HEX #8F170F Falu Red

📋 copy color: '#8F170F'

red 143 ◦ green 23 ◦ blue 15

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

Shades of Falu Red #8F170F

Tints of Falu Red #8F170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

 BLUE value IS 15 (6.25% from 255) = 8.29%

R = 79.01%
G = 12.71%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F170F (or 0x8F170F) is known color: Falu Red. HEX triplet: 8F, 17 and 0F. RGB value is (143,23,15). Sum of RGB (Red+Green+Blue) = 143+23+15=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F170F is #70E8F0. Grayscale: #3A3A3A. Windows color (decimal): -7399665 or 989071. OLE color: 989071.

HSL color Cylindrical-coordinate representation of color #8F170F: hue angle of 3.75º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F170F is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 23 15 -
CMYK 0 0.84 0.90 0.44
HSL 3.75º 0.81% 0.31% -
HSV(B) 3.75º 0.9% 0.56% -
XYZ 11.72 6.49 1.09 -
YUV 57.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 143 23 15 0 0.84 0.90 0.44 3.75 0.81 0.31
Hex 8F 17 F 0 54 5A 2C 4 51 1F
Octal 217 27 17 0 124 132 54 4 121 37
Binary 10001111 10111 1111 0 1010100 1011010 101100 100 1010001 11111

Color Harmonies of #8F170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F170F

Black with #8F170F

Text Example


Text Example

White with #8F170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,23,15); }

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

background-color css

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

 a { background-color: rgb(143,23,15); }

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

border-color css

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

 span { border-color: rgb(143,23,15); }

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