Html Css Color HEX #802010 Falu Red

📋 copy color: '#802010'

red 128 ◦ green 32 ◦ blue 16

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

Shades of Falu Red #802010

Tints of Falu Red #802010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

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

R = 72.73%
G = 18.18%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#802010 (or 0x802010) is known color: Falu Red. HEX triplet: 80, 20 and 10. RGB value is (128,32,16). Sum of RGB (Red+Green+Blue) = 128+32+16=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #802010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802010 is #7FDFEF. Grayscale: #3B3B3B. Windows color (decimal): -8380400 or 1056896. OLE color: 1056896.

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

Color convert

RGB 128 32 16 -
CMYK 0 0.75 0.88 0.50
HSL 8.57º 0.78% 0.28% -
HSV(B) 8.57º 0.88% 0.5% -
XYZ 9.51 5.66 1.08 -
YUV 58.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 128 32 16 0 0.75 0.88 0.50 8.57 0.78 0.28
Hex 80 20 10 0 4B 58 32 9 4E 1C
Octal 200 40 20 0 113 130 62 11 116 34
Binary 10000000 100000 10000 0 1001011 1011000 110010 1001 1001110 11100

Color Harmonies of #802010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802010

Black with #802010

Text Example


Text Example

White with #802010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802010; }

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

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

background-color css

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

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

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

border-color css

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

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

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