Html Css Color HEX #8F1B0B Falu Red

📋 copy color: '#8F1B0B'

red 143 ◦ green 27 ◦ blue 11

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

Shades of Falu Red #8F1B0B

Tints of Falu Red #8F1B0B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.92%

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

R = 79.01%
G = 14.92%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F1B0B (or 0x8F1B0B) is known color: Falu Red. HEX triplet: 8F, 1B and 0B. RGB value is (143,27,11). Sum of RGB (Red+Green+Blue) = 143+27+11=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1B0B is #70E4F4. Grayscale: #3C3C3C. Windows color (decimal): -7398645 or 727951. OLE color: 727951.

HSL color Cylindrical-coordinate representation of color #8F1B0B: hue angle of 7.27º 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 #8F1B0B is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 27 11 -
CMYK 0 0.81 0.92 0.44
HSL 7.27º 0.86% 0.3% -
HSV(B) 7.27º 0.92% 0.56% -
XYZ 11.78 6.65 0.98 -
YUV 59.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 143 27 11 0 0.81 0.92 0.44 7.27 0.86 0.3
Hex 8F 1B B 0 51 5C 2C 7 56 1E
Octal 217 33 13 0 121 134 54 7 126 36
Binary 10001111 11011 1011 0 1010001 1011100 101100 111 1010110 11110

Color Harmonies of #8F1B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1B0B

Black with #8F1B0B

Text Example


Text Example

White with #8F1B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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