#872510

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

Shades of Falu Red #872510

Tints of Falu Red #872510

Color information

#872510 (or 0x872510) is unknown color: approx Falu Red. HEX triplet: 87, 25 and 10. RGB value is (135,37,16). Sum of RGB (Red+Green+Blue) = 135+37+16=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #872510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872510 is #78DAEF. Grayscale: #404040. Windows color (decimal): -7920368 or 1058183. OLE color: 1058183.

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

Color convert

RGB1353716-
CMYK00.730.880.47
HSL10.59º78.81%29.61%-
HSV(B)10.59º88.15%52.94%-
XYZ10.756.511.18-
YUV63.91100.97178.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.81%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 16 (6.64% from 255) = 8.51%
R=71.81%
G=19.68%
B=8.51%

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
Decimal135371600.730.880.4710.5978.8129.61
Hex872510049582Fb4f1e
Octal20745200111130571311736
Binary10000111100101100000100100110110001011111011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872510; }

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

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

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

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

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

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

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

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