#871713

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

Shades of Falu Red #871713

Tints of Falu Red #871713

Color information

#871713 (or 0x871713) is unknown color: approx Falu Red. HEX triplet: 87, 17 and 13. RGB value is (135,23,19). Sum of RGB (Red+Green+Blue) = 135+23+19=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #871713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871713 is #78E8EC. Grayscale: #383838. Windows color (decimal): -7923949 or 1251207. OLE color: 1251207.

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

Color convert

RGB1352319-
CMYK00.830.860.47
HSL2.07º75.32%30.2%-
HSV(B)2.07º85.93%52.94%-
XYZ10.425.811.19-
YUV56.03107.11184.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 76.27%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 19 (7.81% from 255) = 10.73%
R=76.27%
G=12.99%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135231900.830.860.472.0775.3230.2
Hex871713053562F24b1e
Octal2072723012312657211336
Binary10000111101111001101010011101011010111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871713; }

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

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

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

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

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

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

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

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