#871E0F

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

Shades of Falu Red #871E0F

Tints of Falu Red #871E0F

Color information

#871E0F (or 0x871E0F) is unknown color: approx Falu Red. HEX triplet: 87, 1E and 0F. RGB value is (135,30,15). Sum of RGB (Red+Green+Blue) = 135+30+15=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #871E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871E0F is #78E1F0. Grayscale: #3B3B3B. Windows color (decimal): -7922161 or 990855. OLE color: 990855.

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

Color convert

RGB1353015-
CMYK00.780.890.47
HSL7.5º80%29.41%-
HSV(B)7.5º88.89%52.94%-
XYZ10.546.111.08-
YUV59.68102.79181.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 15 (6.25% from 255) = 8.33%
R=75%
G=16.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135301500.780.890.477.58029.41
Hex871EF04E592F7501d
Octal2073617011613157712035
Binary10000111111101111010011101011001101111111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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