Html Css Color HEX #80221A Falu Red

📋 copy color: '#80221A'

red 128 ◦ green 34 ◦ blue 26

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

Shades of Falu Red #80221A

Tints of Falu Red #80221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 68.09%
G = 18.09%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80221A (or 0x80221A) is known color: Falu Red. HEX triplet: 80, 22 and 1A. RGB value is (128,34,26). Sum of RGB (Red+Green+Blue) = 128+34+26=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #80221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80221A is #7FDDE5. Grayscale: #3D3D3D. Windows color (decimal): -8379878 or 1712768. OLE color: 1712768.

HSL color Cylindrical-coordinate representation of color #80221A: hue angle of 4.71º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80221A is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 34 26 -
CMYK 0 0.73 0.80 0.50
HSL 4.71º 0.66% 0.3% -
HSV(B) 4.71º 0.8% 0.5% -
XYZ 9.66 5.81 1.59 -
YUV 61.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 128 34 26 0 0.73 0.80 0.50 4.71 0.66 0.3
Hex 80 22 1A 0 49 50 32 5 42 1E
Octal 200 42 32 0 111 120 62 5 102 36
Binary 10000000 100010 11010 0 1001001 1010000 110010 101 1000010 11110

Color Harmonies of #80221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80221A

Black with #80221A

Text Example


Text Example

White with #80221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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