#871B13

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

Shades of Falu Red #871B13

Tints of Falu Red #871B13

Color information

#871B13 (or 0x871B13) is unknown color: approx Falu Red. HEX triplet: 87, 1B and 13. RGB value is (135,27,19). Sum of RGB (Red+Green+Blue) = 135+27+19=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #871B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871B13 is #78E4EC. Grayscale: #3A3A3A. Windows color (decimal): -7922925 or 1252231. OLE color: 1252231.

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

Color convert

RGB1352719-
CMYK00.80.860.47
HSL4.14º75.32%30.2%-
HSV(B)4.14º85.93%52.94%-
XYZ10.55.981.22-
YUV58.38105.78182.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.59%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=74.59%
G=14.92%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135271900.80.860.474.1475.3230.2
Hex871B13050562F44b1e
Octal2073323012012657411336
Binary100001111101110011010100001010110101111100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871B13; }

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

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

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

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

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

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

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

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