#871D1D

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

Shades of Falu Red #871D1D

Tints of Falu Red #871D1D

Color information

#871D1D (or 0x871D1D) is unknown color: approx Falu Red. HEX triplet: 87, 1D and 1D. RGB value is (135,29,29). Sum of RGB (Red+Green+Blue) = 135+29+29=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #871D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D1D is #78E2E2. Grayscale: #3C3C3C. Windows color (decimal): -7922403 or 1908103. OLE color: 1908103.

HSL color Cylindrical-coordinate representation of color #871D1D: hue angle of 0º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871D1D is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1352929-
CMYK00.790.790.47
HSL64.63%32.16%-
HSV(B)78.52%52.94%-
XYZ10.656.121.78-
YUV60.69110.12181-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.95%
GREEN value IS 29 (11.72% from 255) = 15.03%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=69.95%
G=15.03%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135292900.790.790.47064.6332.16
Hex871D1D04F4F2F04120
Octal2073535011711757010140
Binary10000111111011110101001111100111110111101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,29,29); }

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

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

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

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

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

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

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