#871610

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

Shades of Falu Red #871610

Tints of Falu Red #871610

Color information

#871610 (or 0x871610) is unknown color: approx Falu Red. HEX triplet: 87, 16 and 10. RGB value is (135,22,16). Sum of RGB (Red+Green+Blue) = 135+22+16=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #871610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871610 is #78E9EF. Grayscale: #373737. Windows color (decimal): -7924208 or 1054343. OLE color: 1054343.

HSL color Cylindrical-coordinate representation of color #871610: hue angle of 3.03º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871610 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1352216-
CMYK00.840.880.47
HSL3.03º78.81%29.61%-
HSV(B)3.03º88.15%52.94%-
XYZ10.375.761.06-
YUV55.1105.94184.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.03%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=78.03%
G=12.72%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135221600.840.880.473.0378.8129.61
Hex871610054582F34f1e
Octal2072620012413057311736
Binary10000111101101000001010100101100010111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871610; }

 p { color: rgb(135,22,16); }

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

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

 a { background-color: rgb(135,22,16); }

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

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

 span { border-color: rgb(135,22,16); }

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