Html Css Color HEX #801210 Falu Red

📋 copy color: '#801210'

red 128 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #801210

Tints of Falu Red #801210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.11%

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

R = 79.01%
G = 11.11%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#801210 (or 0x801210) is known color: Falu Red. HEX triplet: 80, 12 and 10. RGB value is (128,18,16). Sum of RGB (Red+Green+Blue) = 128+18+16=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #801210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801210 is #7FEDEF. Grayscale: #323232. Windows color (decimal): -8383984 or 1053312. OLE color: 1053312.

HSL color Cylindrical-coordinate representation of color #801210: hue angle of 1.07º 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 #801210 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 16 -
CMYK 0 0.86 0.88 0.50
HSL 1.07º 0.78% 0.28% -
HSV(B) 1.07º 0.88% 0.5% -
XYZ 9.21 5.06 0.98 -
YUV 50.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 128 18 16 0 0.86 0.88 0.50 1.07 0.78 0.28
Hex 80 12 10 0 56 58 32 1 4E 1C
Octal 200 22 20 0 126 130 62 1 116 34
Binary 10000000 10010 10000 0 1010110 1011000 110010 1 1001110 11100

Color Harmonies of #801210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801210

Black with #801210

Text Example


Text Example

White with #801210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801210; }

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

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

background-color css

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

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

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

border-color css

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

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

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