Html Css Color HEX #80220A Falu Red

📋 copy color: '#80220A'

red 128 ◦ green 34 ◦ blue 10

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

Shades of Falu Red #80220A

Tints of Falu Red #80220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.81%

R = 74.42%
G = 19.77%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#80220A (or 0x80220A) is known color: Falu Red. HEX triplet: 80, 22 and 0A. RGB value is (128,34,10). Sum of RGB (Red+Green+Blue) = 128+34+10=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #80220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80220A is #7FDDF5. Grayscale: #3B3B3B. Windows color (decimal): -8379894 or 664192. OLE color: 664192.

HSL color Cylindrical-coordinate representation of color #80220A: hue angle of 12.2º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80220A is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 34 10 -
CMYK 0 0.73 0.92 0.50
HSL 12.2º 0.86% 0.27% -
HSV(B) 12.2º 0.92% 0.5% -
XYZ 9.53 5.76 0.9 -
YUV 59.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 128 34 10 0 0.73 0.92 0.50 12.2 0.86 0.27
Hex 80 22 A 0 49 5C 32 C 56 1B
Octal 200 42 12 0 111 134 62 14 126 33
Binary 10000000 100010 1010 0 1001001 1011100 110010 1100 1010110 11011

Color Harmonies of #80220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80220A

Black with #80220A

Text Example


Text Example

White with #80220A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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