#871210

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

Shades of Falu Red #871210

Tints of Falu Red #871210

Color information

#871210 (or 0x871210) is unknown color: approx Falu Red. HEX triplet: 87, 12 and 10. RGB value is (135,18,16). Sum of RGB (Red+Green+Blue) = 135+18+16=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #871210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871210 is #78EDEF. Grayscale: #343434. Windows color (decimal): -7925232 or 1053319. OLE color: 1053319.

HSL color Cylindrical-coordinate representation of color #871210: hue angle of 1.01º 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 #871210 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1351816-
CMYK00.870.880.47
HSL1.01º78.81%29.61%-
HSV(B)1.01º88.15%52.94%-
XYZ10.35.621.03-
YUV52.76107.26186.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 79.88%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=79.88%
G=10.65%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135181600.870.880.471.0178.8129.61
Hex871210057582F14f1e
Octal2072220012713057111736
Binary1000011110010100000101011110110001011111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871210; }

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

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

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

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

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

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

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

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