Html Css Color HEX #8F120E Falu Red

📋 copy color: '#8F120E'

red 143 ◦ green 18 ◦ blue 14

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

Shades of Falu Red #8F120E

Tints of Falu Red #8F120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

 BLUE value IS 14 (5.86% from 255) = 8%

R = 81.71%
G = 10.29%
B = 8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F120E (or 0x8F120E) is known color: Falu Red. HEX triplet: 8F, 12 and 0E. RGB value is (143,18,14). Sum of RGB (Red+Green+Blue) = 143+18+14=175 (23% of max value = 765). Red value is 143 (56.25% from 255 or 81.71% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 143 - color contains mainly: red. Hex color #8F120E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F120E is #70EDF1. Grayscale: #373737. Windows color (decimal): -7400946 or 922255. OLE color: 922255.

HSL color Cylindrical-coordinate representation of color #8F120E: hue angle of 1.86º degrees, saturation: 0.82, 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 #8F120E is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 18 14 -
CMYK 0 0.87 0.90 0.44
HSL 1.86º 0.82% 0.31% -
HSV(B) 1.86º 0.9% 0.56% -
XYZ 11.62 6.3 1.02 -
YUV 54.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 143 18 14 0 0.87 0.90 0.44 1.86 0.82 0.31
Hex 8F 12 E 0 57 5A 2C 2 52 1F
Octal 217 22 16 0 127 132 54 2 122 37
Binary 10001111 10010 1110 0 1010111 1011010 101100 10 1010010 11111

Color Harmonies of #8F120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F120E

Black with #8F120E

Text Example


Text Example

White with #8F120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,18,14); }

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

background-color css

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

 a { background-color: rgb(143,18,14); }

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

border-color css

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

 span { border-color: rgb(143,18,14); }

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