#801F0C

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

Shades of Falu Red #801F0C

Tints of Falu Red #801F0C

Color information

#801F0C (or 0x801F0C) is unknown color: approx Falu Red. HEX triplet: 80, 1F and 0C. RGB value is (128,31,12). Sum of RGB (Red+Green+Blue) = 128+31+12=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #801F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801F0C is #7FE0F3. Grayscale: #3A3A3A. Windows color (decimal): -8380660 or 794496. OLE color: 794496.

HSL color Cylindrical-coordinate representation of color #801F0C: hue angle of 9.83º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #801F0C is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1283112-
CMYK00.760.910.50
HSL9.83º82.86%27.45%-
HSV(B)9.83º90.62%50.2%-
XYZ9.465.60.93-
YUV57.84102.14178.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 74.85%
GREEN value IS 31 (12.5% from 255) = 18.13%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=74.85%
G=18.13%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128311200.760.910.509.8382.8627.45
Hex801FC04C5B32a531b
Octal20037140114133621212333
Binary100000001111111000100110010110111100101010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,31,12); }

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

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

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

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

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

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

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