Html Css Color HEX #802111 Falu Red

📋 copy color: '#802111'

red 128 ◦ green 33 ◦ blue 17

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

Shades of Falu Red #802111

Tints of Falu Red #802111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.55%

R = 71.91%
G = 18.54%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#802111 (or 0x802111) is known color: Falu Red. HEX triplet: 80, 21 and 11. RGB value is (128,33,17). Sum of RGB (Red+Green+Blue) = 128+33+17=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #802111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802111 is #7FDEEE. Grayscale: #3B3B3B. Windows color (decimal): -8380143 or 1122688. OLE color: 1122688.

HSL color Cylindrical-coordinate representation of color #802111: hue angle of 8.65º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #802111 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 33 17 -
CMYK 0 0.74 0.87 0.50
HSL 8.65º 0.77% 0.28% -
HSV(B) 8.65º 0.87% 0.5% -
XYZ 9.55 5.72 1.13 -
YUV 59.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 128 33 17 0 0.74 0.87 0.50 8.65 0.77 0.28
Hex 80 21 11 0 4A 57 32 9 4D 1C
Octal 200 41 21 0 112 127 62 11 115 34
Binary 10000000 100001 10001 0 1001010 1010111 110010 1001 1001101 11100

Color Harmonies of #802111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802111

Black with #802111

Text Example


Text Example

White with #802111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802111; }

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

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

background-color css

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

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

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

border-color css

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

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

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