#871808

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

Shades of Falu Red #871808

Tints of Falu Red #871808

Color information

#871808 (or 0x871808) is unknown color: approx Falu Red. HEX triplet: 87, 18 and 08. RGB value is (135,24,8). Sum of RGB (Red+Green+Blue) = 135+24+8=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #871808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871808 is #78E7F7. Grayscale: #373737. Windows color (decimal): -7923704 or 530567. OLE color: 530567.

HSL color Cylindrical-coordinate representation of color #871808: hue angle of 7.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #871808 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB135248-
CMYK00.820.940.47
HSL7.56º88.81%28.04%-
HSV(B)7.56º94.07%52.94%-
XYZ10.365.820.81-
YUV55.36101.27184.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 80.84%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=80.84%
G=14.37%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13524800.820.940.477.5688.8128.04
Hex871880525E2F8591c
Octal20730100122136571013134
Binary100001111100010000101001010111101011111000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871808; }

 p { color: rgb(135,24,8); }

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

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

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

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

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

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

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