Html Css Color HEX #802110 Falu Red

📋 copy color: '#802110'

red 128 ◦ green 33 ◦ blue 16

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

Shades of Falu Red #802110

Tints of Falu Red #802110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 72.32%
G = 18.64%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#802110 (or 0x802110) is known color: Falu Red. HEX triplet: 80, 21 and 10. RGB value is (128,33,16). Sum of RGB (Red+Green+Blue) = 128+33+16=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #802110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802110 is #7FDEEF. Grayscale: #3B3B3B. Windows color (decimal): -8380144 or 1057152. OLE color: 1057152.

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

Color convert

RGB 128 33 16 -
CMYK 0 0.74 0.88 0.50
HSL 9.11º 0.78% 0.28% -
HSV(B) 9.11º 0.88% 0.5% -
XYZ 9.54 5.71 1.09 -
YUV 59.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 128 33 16 0 0.74 0.88 0.50 9.11 0.78 0.28
Hex 80 21 10 0 4A 58 32 9 4E 1C
Octal 200 41 20 0 112 130 62 11 116 34
Binary 10000000 100001 10000 0 1001010 1011000 110010 1001 1001110 11100

Color Harmonies of #802110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802110

Black with #802110

Text Example


Text Example

White with #802110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802110; }

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

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

background-color css

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

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

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

border-color css

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

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

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