Html Css Color HEX #8F130E Falu Red

📋 copy color: '#8F130E'

red 143 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #8F130E

Tints of Falu Red #8F130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 81.25%
G = 10.8%
B = 7.95%

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

#8F130E (or 0x8F130E) is known color: Falu Red. HEX triplet: 8F, 13 and 0E. RGB value is (143,19,14). Sum of RGB (Red+Green+Blue) = 143+19+14=176 (23% of max value = 765). Red value is 143 (56.25% from 255 or 81.25% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 143 - color contains mainly: red. Hex color #8F130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F130E is #70ECF1. Grayscale: #373737. Windows color (decimal): -7400690 or 922511. OLE color: 922511.

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

Color convert

RGB 143 19 14 -
CMYK 0 0.87 0.90 0.44
HSL 2.33º 0.82% 0.31% -
HSV(B) 2.33º 0.9% 0.56% -
XYZ 11.64 6.34 1.03 -
YUV 55.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 143 19 14 0 0.87 0.90 0.44 2.33 0.82 0.31
Hex 8F 13 E 0 57 5A 2C 2 52 1F
Octal 217 23 16 0 127 132 54 2 122 37
Binary 10001111 10011 1110 0 1010111 1011010 101100 10 1010010 11111

Color Harmonies of #8F130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F130E

Black with #8F130E

Text Example


Text Example

White with #8F130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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