#801C15

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

Shades of Falu Red #801C15

Tints of Falu Red #801C15

Color information

#801C15 (or 0x801C15) is unknown color: approx Falu Red. HEX triplet: 80, 1C and 15. RGB value is (128,28,21). Sum of RGB (Red+Green+Blue) = 128+28+21=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #801C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801C15 is #7FE3EA. Grayscale: #393939. Windows color (decimal): -8381419 or 1383552. OLE color: 1383552.

HSL color Cylindrical-coordinate representation of color #801C15: hue angle of 3.93º degrees, saturation: 0.72, 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 #801C15 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1282821-
CMYK00.780.840.50
HSL3.93º71.81%29.22%-
HSV(B)3.93º83.59%50.2%-
XYZ9.455.471.27-
YUV57.1107.63178.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 72.32%
GREEN value IS 28 (11.33% from 255) = 15.82%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=72.32%
G=15.82%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128282100.780.840.503.9371.8129.22
Hex801C1504E54324481d
Octal2003425011612462411035
Binary100000001110010101010011101010100110010100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,28,21); }

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

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

 a { background-color: rgb(128,28,21); }

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

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

 span { border-color: rgb(128,28,21); }

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