Html Css Color HEX #8F120B Falu Red

📋 copy color: '#8F120B'

red 143 ◦ green 18 ◦ blue 11

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

Shades of Falu Red #8F120B

Tints of Falu Red #8F120B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.4%

R = 83.14%
G = 10.47%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F120B (or 0x8F120B) is known color: Falu Red. HEX triplet: 8F, 12 and 0B. RGB value is (143,18,11). Sum of RGB (Red+Green+Blue) = 143+18+11=172 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.14% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 143 - color contains mainly: red. Hex color #8F120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F120B is #70EDF4. Grayscale: #363636. Windows color (decimal): -7400949 or 725647. OLE color: 725647.

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

Color convert

RGB 143 18 11 -
CMYK 0 0.87 0.92 0.44
HSL 3.18º 0.86% 0.3% -
HSV(B) 3.18º 0.92% 0.56% -
XYZ 11.6 6.3 0.92 -
YUV 54.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 143 18 11 0 0.87 0.92 0.44 3.18 0.86 0.3
Hex 8F 12 B 0 57 5C 2C 3 56 1E
Octal 217 22 13 0 127 134 54 3 126 36
Binary 10001111 10010 1011 0 1010111 1011100 101100 11 1010110 11110

Color Harmonies of #8F120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F120B

Black with #8F120B

Text Example


Text Example

White with #8F120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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