#801613

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

Shades of Falu Red #801613

Tints of Falu Red #801613

Color information

#801613 (or 0x801613) is unknown color: approx Falu Red. HEX triplet: 80, 16 and 13. RGB value is (128,22,19). Sum of RGB (Red+Green+Blue) = 128+22+19=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #801613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801613 is #7FE9EC. Grayscale: #353535. Windows color (decimal): -8382957 or 1250944. OLE color: 1250944.

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

Color convert

RGB1282219-
CMYK00.830.850.50
HSL1.65º74.15%28.82%-
HSV(B)1.65º85.16%50.2%-
XYZ9.315.211.13-
YUV53.35108.62181.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 75.74%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=75.74%
G=13.02%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128221900.830.850.501.6574.1528.82
Hex801613053553224a1d
Octal2002623012312562211235
Binary10000000101101001101010011101010111001010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801613; }

 p { color: rgb(128,22,19); }

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

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

 a { background-color: rgb(128,22,19); }

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

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

 span { border-color: rgb(128,22,19); }

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