#872516

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

Shades of Falu Red #872516

Tints of Falu Red #872516

Color information

#872516 (or 0x872516) is unknown color: approx Falu Red. HEX triplet: 87, 25 and 16. RGB value is (135,37,22). Sum of RGB (Red+Green+Blue) = 135+37+22=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #872516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872516 is #78DAE9. Grayscale: #404040. Windows color (decimal): -7920362 or 1451399. OLE color: 1451399.

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

Color convert

RGB1353722-
CMYK00.730.840.47
HSL7.96º71.97%30.78%-
HSV(B)7.96º83.7%52.94%-
XYZ10.86.531.45-
YUV64.59103.97178.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.59%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=69.59%
G=19.07%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135372200.730.840.477.9671.9730.78
Hex872516049542F8481f
Octal20745260111124571011037
Binary10000111100101101100100100110101001011111000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872516; }

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

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

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

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

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

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

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

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