Html Css Color HEX #80140E Falu Red

📋 copy color: '#80140E'

red 128 ◦ green 20 ◦ blue 14

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

Shades of Falu Red #80140E

Tints of Falu Red #80140E

RGB

 RED value IS 128 (50.39% from 255) = 79.01%

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

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

R = 79.01%
G = 12.35%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80140E (or 0x80140E) is known color: Falu Red. HEX triplet: 80, 14 and 0E. RGB value is (128,20,14). Sum of RGB (Red+Green+Blue) = 128+20+14=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #80140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80140E is #7FEBF1. Grayscale: #333333. Windows color (decimal): -8383474 or 922752. OLE color: 922752.

HSL color Cylindrical-coordinate representation of color #80140E: hue angle of 3.16º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80140E is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 14 -
CMYK 0 0.84 0.89 0.50
HSL 3.16º 0.8% 0.28% -
HSV(B) 3.16º 0.89% 0.5% -
XYZ 9.23 5.12 0.92 -
YUV 51.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 128 20 14 0 0.84 0.89 0.50 3.16 0.8 0.28
Hex 80 14 E 0 54 59 32 3 50 1C
Octal 200 24 16 0 124 131 62 3 120 34
Binary 10000000 10100 1110 0 1010100 1011001 110010 11 1010000 11100

Color Harmonies of #80140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80140E

Black with #80140E

Text Example


Text Example

White with #80140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80140E; }

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

 H1.HeaderClassName
 {
   color: #80140E;
 }
 .AnyTagClassName
 {
   color: #80140E;
 }
</style>

background-color css

<style>
 a { background-color: #80140E; }

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

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

border-color css

<style>
 span { border-color: #80140E; }

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

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