Html Css Color HEX #80140C Falu Red

📋 copy color: '#80140C'

red 128 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #80140C

Tints of Falu Red #80140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.5%

R = 80%
G = 12.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80140C (or 0x80140C) is known color: Falu Red. HEX triplet: 80, 14 and 0C. RGB value is (128,20,12). Sum of RGB (Red+Green+Blue) = 128+20+12=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #80140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80140C is #7FEBF3. Grayscale: #333333. Windows color (decimal): -8383476 or 791680. OLE color: 791680.

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

Color convert

RGB 128 20 12 -
CMYK 0 0.84 0.91 0.50
HSL 4.14º 0.83% 0.27% -
HSV(B) 4.14º 0.91% 0.5% -
XYZ 9.22 5.12 0.85 -
YUV 51.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 128 20 12 0 0.84 0.91 0.50 4.14 0.83 0.27
Hex 80 14 C 0 54 5B 32 4 53 1B
Octal 200 24 14 0 124 133 62 4 123 33
Binary 10000000 10100 1100 0 1010100 1011011 110010 100 1010011 11011

Color Harmonies of #80140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80140C

Black with #80140C

Text Example


Text Example

White with #80140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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