#801814

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

Shades of Falu Red #801814

Tints of Falu Red #801814

Color information

#801814 (or 0x801814) is unknown color: approx Falu Red. HEX triplet: 80, 18 and 14. RGB value is (128,24,20). Sum of RGB (Red+Green+Blue) = 128+24+20=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #801814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801814 is #7FE7EB. Grayscale: #363636. Windows color (decimal): -8382444 or 1316992. OLE color: 1316992.

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

Color convert

RGB1282420-
CMYK00.810.840.50
HSL2.22º72.97%29.02%-
HSV(B)2.22º84.38%50.2%-
XYZ9.355.291.19-
YUV54.64108.46180.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 74.42%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=74.42%
G=13.95%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128242000.810.840.502.2272.9729.02
Hex80181405154322491d
Octal2003024012112462211135
Binary10000000110001010001010001101010011001010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801814; }

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

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

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

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

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

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

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

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