Html Css Color HEX #80120E Falu Red

📋 copy color: '#80120E'

red 128 ◦ green 18 ◦ blue 14

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

Shades of Falu Red #80120E

Tints of Falu Red #80120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.25%

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

R = 80%
G = 11.25%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80120E (or 0x80120E) is known color: Falu Red. HEX triplet: 80, 12 and 0E. RGB value is (128,18,14). Sum of RGB (Red+Green+Blue) = 128+18+14=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #80120E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80120E is #7FEDF1. Grayscale: #323232. Windows color (decimal): -8383986 or 922240. OLE color: 922240.

HSL color Cylindrical-coordinate representation of color #80120E: hue angle of 2.11º 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 #80120E is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 14 -
CMYK 0 0.86 0.89 0.50
HSL 2.11º 0.8% 0.28% -
HSV(B) 2.11º 0.89% 0.5% -
XYZ 9.2 5.05 0.91 -
YUV 50.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 128 18 14 0 0.86 0.89 0.50 2.11 0.8 0.28
Hex 80 12 E 0 56 59 32 2 50 1C
Octal 200 22 16 0 126 131 62 2 120 34
Binary 10000000 10010 1110 0 1010110 1011001 110010 10 1010000 11100

Color Harmonies of #80120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80120E

Black with #80120E

Text Example


Text Example

White with #80120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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