Html Css Color HEX #802020 Falu Red

📋 copy color: '#802020'

red 128 ◦ green 32 ◦ blue 32

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

Shades of Falu Red #802020

Tints of Falu Red #802020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.67%

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#802020 (or 0x802020) is known color: Falu Red. HEX triplet: 80, 20 and 20. RGB value is (128,32,32). Sum of RGB (Red+Green+Blue) = 128+32+32=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #802020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802020 is #7FDFDF. Grayscale: #3C3C3C. Windows color (decimal): -8380384 or 2105472. OLE color: 2105472.

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

Color convert

RGB 128 32 32 -
CMYK 0 0.75 0.75 0.50
HSL 0.6% 0.31% -
HSV(B) 0.75% 0.5% -
XYZ 9.68 5.73 1.96 -
YUV 60.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 128 32 32 0 0.75 0.75 0.50 0 0.6 0.31
Hex 80 20 20 0 4B 4B 32 0 3C 1F
Octal 200 40 40 0 113 113 62 0 74 37
Binary 10000000 100000 100000 0 1001011 1001011 110010 0 111100 11111

Color Harmonies of #802020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802020

Black with #802020

Text Example


Text Example

White with #802020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802020; }

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

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

background-color css

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

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

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

border-color css

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

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

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