Html Css Color HEX #8D140F Falu Red

📋 copy color: '#8D140F'

red 141 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #8D140F

Tints of Falu Red #8D140F

RGB

 RED value IS 141 (55.47% from 255) = 80.11%

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

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 80.11%
G = 11.36%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D140F (or 0x8D140F) is known color: Falu Red. HEX triplet: 8D, 14 and 0F. RGB value is (141,20,15). Sum of RGB (Red+Green+Blue) = 141+20+15=176 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.11% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 141 - color contains mainly: red. Hex color #8D140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D140F is #72EBF0. Grayscale: #373737. Windows color (decimal): -7531505 or 988301. OLE color: 988301.

HSL color Cylindrical-coordinate representation of color #8D140F: hue angle of 2.38º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D140F is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 20 15 -
CMYK 0 0.86 0.89 0.45
HSL 2.38º 0.81% 0.31% -
HSV(B) 2.38º 0.89% 0.55% -
XYZ 11.32 6.2 1.05 -
YUV 55.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 141 20 15 0 0.86 0.89 0.45 2.38 0.81 0.31
Hex 8D 14 F 0 56 59 2D 2 51 1F
Octal 215 24 17 0 126 131 55 2 121 37
Binary 10001101 10100 1111 0 1010110 1011001 101101 10 1010001 11111

Color Harmonies of #8D140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D140F

Black with #8D140F

Text Example


Text Example

White with #8D140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,20,15); }

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

background-color css

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

 a { background-color: rgb(141,20,15); }

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

border-color css

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

 span { border-color: rgb(141,20,15); }

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