#871D07

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

Shades of Falu Red #871D07

Tints of Falu Red #871D07

Color information

#871D07 (or 0x871D07) is unknown color: approx Falu Red. HEX triplet: 87, 1D and 07. RGB value is (135,29,7). Sum of RGB (Red+Green+Blue) = 135+29+7=171 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.95% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 135 - color contains mainly: red. Hex color #871D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871D07 is #78E2F8. Grayscale: #3A3A3A. Windows color (decimal): -7922425 or 466311. OLE color: 466311.

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

Color convert

RGB135297-
CMYK00.790.950.47
HSL10.31º90.14%27.84%-
HSV(B)10.31º94.81%52.94%-
XYZ10.476.040.82-
YUV58.1999.12182.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.95%
GREEN value IS 29 (11.72% from 255) = 16.96%
BLUE value IS 7 (3.12% from 255) = 4.09%
R=78.95%
G=16.96%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13529700.790.950.4710.3190.1427.84
Hex871D704F5F2Fa5a1c
Octal2073570117137571213234
Binary10000111111011110100111110111111011111010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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