#872410

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

Shades of Falu Red #872410

Tints of Falu Red #872410

Color information

#872410 (or 0x872410) is unknown color: approx Falu Red. HEX triplet: 87, 24 and 10. RGB value is (135,36,16). Sum of RGB (Red+Green+Blue) = 135+36+16=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #872410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872410 is #78DBEF. Grayscale: #3F3F3F. Windows color (decimal): -7920624 or 1057927. OLE color: 1057927.

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

Color convert

RGB1353616-
CMYK00.730.880.47
HSL10.08º78.81%29.61%-
HSV(B)10.08º88.15%52.94%-
XYZ10.726.451.17-
YUV63.32101.3179.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=72.19%
G=19.25%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135361600.730.880.4710.0878.8129.61
Hex872410049582Fa4f1e
Octal20744200111130571211736
Binary10000111100100100000100100110110001011111010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872410; }

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

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

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

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

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

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

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

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