Html Css Color HEX #8F1711 Falu Red

📋 copy color: '#8F1711'

red 143 ◦ green 23 ◦ blue 17

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

Shades of Falu Red #8F1711

Tints of Falu Red #8F1711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 78.14%
G = 12.57%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#8F1711 (or 0x8F1711) is known color: Falu Red. HEX triplet: 8F, 17 and 11. RGB value is (143,23,17). Sum of RGB (Red+Green+Blue) = 143+23+17=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1711 is #70E8EE. Grayscale: #3A3A3A. Windows color (decimal): -7399663 or 1120143. OLE color: 1120143.

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

Color convert

RGB 143 23 17 -
CMYK 0 0.84 0.88 0.44
HSL 2.86º 0.79% 0.31% -
HSV(B) 2.86º 0.88% 0.56% -
XYZ 11.74 6.49 1.17 -
YUV 58.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 143 23 17 0 0.84 0.88 0.44 2.86 0.79 0.31
Hex 8F 17 11 0 54 58 2C 3 4F 1F
Octal 217 27 21 0 124 130 54 3 117 37
Binary 10001111 10111 10001 0 1010100 1011000 101100 11 1001111 11111

Color Harmonies of #8F1711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1711

Black with #8F1711

Text Example


Text Example

White with #8F1711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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