Html Css Color HEX #80211A Falu Red

📋 copy color: '#80211A'

red 128 ◦ green 33 ◦ blue 26

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

Shades of Falu Red #80211A

Tints of Falu Red #80211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 68.45%
G = 17.65%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80211A (or 0x80211A) is known color: Falu Red. HEX triplet: 80, 21 and 1A. RGB value is (128,33,26). Sum of RGB (Red+Green+Blue) = 128+33+26=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #80211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80211A is #7FDEE5. Grayscale: #3C3C3C. Windows color (decimal): -8380134 or 1712512. OLE color: 1712512.

HSL color Cylindrical-coordinate representation of color #80211A: hue angle of 4.12º 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 #80211A is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 33 26 -
CMYK 0 0.74 0.80 0.50
HSL 4.12º 0.66% 0.3% -
HSV(B) 4.12º 0.8% 0.5% -
XYZ 9.63 5.75 1.58 -
YUV 60.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 128 33 26 0 0.74 0.80 0.50 4.12 0.66 0.3
Hex 80 21 1A 0 4A 50 32 4 42 1E
Octal 200 41 32 0 112 120 62 4 102 36
Binary 10000000 100001 11010 0 1001010 1010000 110010 100 1000010 11110

Color Harmonies of #80211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80211A

Black with #80211A

Text Example


Text Example

White with #80211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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