#871613

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

Shades of Falu Red #871613

Tints of Falu Red #871613

Color information

#871613 (or 0x871613) is unknown color: approx Falu Red. HEX triplet: 87, 16 and 13. RGB value is (135,22,19). Sum of RGB (Red+Green+Blue) = 135+22+19=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #871613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871613 is #78E9EC. Grayscale: #373737. Windows color (decimal): -7924205 or 1250951. OLE color: 1250951.

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

Color convert

RGB1352219-
CMYK00.840.860.47
HSL1.55º75.32%30.2%-
HSV(B)1.55º85.93%52.94%-
XYZ10.45.771.18-
YUV55.44107.44184.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 76.70%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 19 (7.81% from 255) = 10.80%
R=76.70%
G=12.5%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135221900.840.860.471.5575.3230.2
Hex871613054562F24b1e
Octal2072623012412657211336
Binary10000111101101001101010100101011010111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871613; }

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

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

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

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

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

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

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

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