#802000

Color #802000 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #802000

Tints of Falu Red #802000

Color information

#802000 (or 0x802000) is unknown color: approx Falu Red. HEX triplet: 80, 20 and 00. RGB value is (128,32,0). Sum of RGB (Red+Green+Blue) = 128+32+0=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #802000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802000 is #7FDFFF. Grayscale: #393939. Windows color (decimal): -8380416 or 8320. OLE color: 8320.

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

Color convert

RGB128320-
CMYK00.7510.50
HSL15º100%25.1%-
HSV(B)15º100%50.2%-
XYZ9.425.620.59-
YUV57.0695.8178.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 80%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 0 (0.39% from 255) = 0%
R=80%
G=20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12832000.7510.501510025.1
Hex8020004B6432f6419
Octal2004000113144621714431
Binary1000000010000000100101111001001100101111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802000; }

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

 H1.HeaderClassName
 {
   color: #802000;
 }
 .AnyTagClassName
 {
   color: #802000;
 }
</style>
background-color css

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

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

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

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

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

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