#801A08

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

Shades of Falu Red #801A08

Tints of Falu Red #801A08

Color information

#801A08 (or 0x801A08) is unknown color: approx Falu Red. HEX triplet: 80, 1A and 08. RGB value is (128,26,8). Sum of RGB (Red+Green+Blue) = 128+26+8=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #801A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801A08 is #7FE5F7. Grayscale: #363636. Windows color (decimal): -8381944 or 531072. OLE color: 531072.

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

Color convert

RGB128268-
CMYK00.800.940.50
HSL88.24%26.67%-
HSV(B)93.75%50.2%-
XYZ9.325.350.77-
YUV54.45101.79180.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 79.01%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=79.01%
G=16.05%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12826800.800.940.50988.2426.67
Hex801A80505E329581b
Octal20032100120136621113033
Binary100000001101010000101000010111101100101001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,26,8); }

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

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

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

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

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

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

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