Html Css Color HEX #8D140E Falu Red

📋 copy color: '#8D140E'

red 141 ◦ green 20 ◦ blue 14

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

Shades of Falu Red #8D140E

Tints of Falu Red #8D140E

RGB

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

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

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

R = 80.57%
G = 11.43%
B = 8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8D140E (or 0x8D140E) is known color: Falu Red. HEX triplet: 8D, 14 and 0E. RGB value is (141,20,14). Sum of RGB (Red+Green+Blue) = 141+20+14=175 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.57% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 141 - color contains mainly: red. Hex color #8D140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D140E is #72EBF1. Grayscale: #373737. Windows color (decimal): -7531506 or 922765. OLE color: 922765.

HSL color Cylindrical-coordinate representation of color #8D140E: hue angle of 2.83º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D140E is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 20 14 -
CMYK 0 0.86 0.90 0.45
HSL 2.83º 0.82% 0.3% -
HSV(B) 2.83º 0.9% 0.55% -
XYZ 11.31 6.19 1.01 -
YUV 55.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 141 20 14 0 0.86 0.90 0.45 2.83 0.82 0.3
Hex 8D 14 E 0 56 5A 2D 3 52 1E
Octal 215 24 16 0 126 132 55 3 122 36
Binary 10001101 10100 1110 0 1010110 1011010 101101 11 1010010 11110

Color Harmonies of #8D140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D140E

Black with #8D140E

Text Example


Text Example

White with #8D140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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