#801D00

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

Shades of Falu Red #801D00

Tints of Falu Red #801D00

Color information

#801D00 (or 0x801D00) is unknown color: approx Falu Red. HEX triplet: 80, 1D and 00. RGB value is (128,29,0). Sum of RGB (Red+Green+Blue) = 128+29+0=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #801D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801D00 is #7FE2FF. Grayscale: #373737. Windows color (decimal): -8381184 or 7552. OLE color: 7552.

HSL color Cylindrical-coordinate representation of color #801D00: hue angle of 13.59º 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 #801D00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB128290-
CMYK00.7710.50
HSL13.59º100%25.1%-
HSV(B)13.59º100%50.2%-
XYZ9.345.470.56-
YUV55.396.8179.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 81.53%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.53%
G=18.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12829000.7710.5013.5910025.1
Hex801D004D6432e6419
Octal2003500115144621614431
Binary100000001110100100110111001001100101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801D00; }

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

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

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

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

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

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

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

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