#871C19

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

Shades of Falu Red #871C19

Tints of Falu Red #871C19

Color information

#871C19 (or 0x871C19) is unknown color: approx Falu Red. HEX triplet: 87, 1C and 19. RGB value is (135,28,25). Sum of RGB (Red+Green+Blue) = 135+28+25=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #871C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871C19 is #78E3E6. Grayscale: #3B3B3B. Windows color (decimal): -7922663 or 1645703. OLE color: 1645703.

HSL color Cylindrical-coordinate representation of color #871C19: hue angle of 1.64º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871C19 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1352825-
CMYK00.790.810.47
HSL1.64º68.75%31.37%-
HSV(B)1.64º81.48%52.94%-
XYZ10.586.051.53-
YUV59.65108.45181.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.81%
GREEN value IS 28 (11.33% from 255) = 14.89%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=71.81%
G=14.89%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135282500.790.810.471.6468.7531.37
Hex871C1904F512F2451f
Octal2073431011712157210537
Binary10000111111001100101001111101000110111110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871C19; }

 p { color: rgb(135,28,25); }

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

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

 a { background-color: rgb(135,28,25); }

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

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

 span { border-color: rgb(135,28,25); }

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