#801804

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

Shades of Falu Red #801804

Tints of Falu Red #801804

Color information

#801804 (or 0x801804) is unknown color: approx Falu Red. HEX triplet: 80, 18 and 04. RGB value is (128,24,4). Sum of RGB (Red+Green+Blue) = 128+24+4=156 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.05% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 128 - color contains mainly: red. Hex color #801804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801804 is #7FE7FB. Grayscale: #353535. Windows color (decimal): -8382460 or 268416. OLE color: 268416.

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

Color convert

RGB128244-
CMYK00.810.970.50
HSL9.68º93.94%25.88%-
HSV(B)9.68º96.88%50.2%-
XYZ9.255.250.64-
YUV52.82100.46181.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 82.05%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 4 (1.95% from 255) = 2.56%
R=82.05%
G=15.38%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12824400.810.970.509.6893.9425.88
Hex801840516132a5e1a
Octal2003040121141621213632
Binary10000000110001000101000111000011100101010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801804; }

 p { color: rgb(128,24,4); }

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

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

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

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

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

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

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