Html Css Color HEX #8F140A Falu Red

📋 copy color: '#8F140A'

red 143 ◦ green 20 ◦ blue 10

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

Shades of Falu Red #8F140A

Tints of Falu Red #8F140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.56%

 BLUE value IS 10 (4.3% from 255) = 5.78%

R = 82.66%
G = 11.56%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.44

RGB Variations

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

Color information

#8F140A (or 0x8F140A) is known color: Falu Red. HEX triplet: 8F, 14 and 0A. RGB value is (143,20,10). Sum of RGB (Red+Green+Blue) = 143+20+10=173 (22% of max value = 765). Red value is 143 (56.25% from 255 or 82.66% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 143 - color contains mainly: red. Hex color #8F140A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F140A is #70EBF5. Grayscale: #373737. Windows color (decimal): -7400438 or 660623. OLE color: 660623.

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

Color convert

RGB 143 20 10 -
CMYK 0 0.86 0.93 0.44
HSL 4.51º 0.87% 0.3% -
HSV(B) 4.51º 0.93% 0.56% -
XYZ 11.63 6.36 0.9 -
YUV 55.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 143 20 10 0 0.86 0.93 0.44 4.51 0.87 0.3
Hex 8F 14 A 0 56 5D 2C 5 57 1E
Octal 217 24 12 0 126 135 54 5 127 36
Binary 10001111 10100 1010 0 1010110 1011101 101100 101 1010111 11110

Color Harmonies of #8F140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F140A

Black with #8F140A

Text Example


Text Example

White with #8F140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,20,10); }

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

background-color css

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

 a { background-color: rgb(143,20,10); }

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

border-color css

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

 span { border-color: rgb(143,20,10); }

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