#871C0F

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

Shades of Falu Red #871C0F

Tints of Falu Red #871C0F

Color information

#871C0F (or 0x871C0F) is unknown color: approx Falu Red. HEX triplet: 87, 1C and 0F. RGB value is (135,28,15). Sum of RGB (Red+Green+Blue) = 135+28+15=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #871C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871C0F is #78E3F0. Grayscale: #3A3A3A. Windows color (decimal): -7922673 or 990343. OLE color: 990343.

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

Color convert

RGB1352815-
CMYK00.790.890.47
HSL6.5º80%29.41%-
HSV(B)6.5º88.89%52.94%-
XYZ10.496.021.06-
YUV58.51103.45182.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75.84%
GREEN value IS 28 (11.33% from 255) = 15.73%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=75.84%
G=15.73%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135281500.790.890.476.58029.41
Hex871CF04F592F6501d
Octal2073417011713157612035
Binary10000111111001111010011111011001101111110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,28,15); }

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

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

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

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

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

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

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