Html Css Color HEX #802116 Falu Red

📋 copy color: '#802116'

red 128 ◦ green 33 ◦ blue 22

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

Shades of Falu Red #802116

Tints of Falu Red #802116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 69.95%
G = 18.03%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#802116 (or 0x802116) is known color: Falu Red. HEX triplet: 80, 21 and 16. RGB value is (128,33,22). Sum of RGB (Red+Green+Blue) = 128+33+22=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #802116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802116 is #7FDEE9. Grayscale: #3C3C3C. Windows color (decimal): -8380138 or 1450368. OLE color: 1450368.

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

Color convert

RGB 128 33 22 -
CMYK 0 0.74 0.83 0.50
HSL 6.23º 0.71% 0.29% -
HSV(B) 6.23º 0.83% 0.5% -
XYZ 9.59 5.73 1.36 -
YUV 60.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 128 33 22 0 0.74 0.83 0.50 6.23 0.71 0.29
Hex 80 21 16 0 4A 53 32 6 47 1D
Octal 200 41 26 0 112 123 62 6 107 35
Binary 10000000 100001 10110 0 1001010 1010011 110010 110 1000111 11101

Color Harmonies of #802116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802116

Black with #802116

Text Example


Text Example

White with #802116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802116; }

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

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

background-color css

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

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

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

border-color css

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

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

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