Html Css Color HEX #80220E Falu Red

📋 copy color: '#80220E'

red 128 ◦ green 34 ◦ blue 14

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

Shades of Falu Red #80220E

Tints of Falu Red #80220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

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

R = 72.73%
G = 19.32%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80220E (or 0x80220E) is known color: Falu Red. HEX triplet: 80, 22 and 0E. RGB value is (128,34,14). Sum of RGB (Red+Green+Blue) = 128+34+14=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #80220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80220E is #7FDDF1. Grayscale: #3B3B3B. Windows color (decimal): -8379890 or 926336. OLE color: 926336.

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

Color convert

RGB 128 34 14 -
CMYK 0 0.73 0.89 0.50
HSL 10.53º 0.8% 0.28% -
HSV(B) 10.53º 0.89% 0.5% -
XYZ 9.55 5.76 1.02 -
YUV 59.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 128 34 14 0 0.73 0.89 0.50 10.53 0.8 0.28
Hex 80 22 E 0 49 59 32 B 50 1C
Octal 200 42 16 0 111 131 62 13 120 34
Binary 10000000 100010 1110 0 1001001 1011001 110010 1011 1010000 11100

Color Harmonies of #80220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80220E

Black with #80220E

Text Example


Text Example

White with #80220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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