#871A07

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

Shades of Falu Red #871A07

Tints of Falu Red #871A07

Color information

#871A07 (or 0x871A07) is unknown color: approx Falu Red. HEX triplet: 87, 1A and 07. RGB value is (135,26,7). Sum of RGB (Red+Green+Blue) = 135+26+7=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #871A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871A07 is #78E5F8. Grayscale: #383838. Windows color (decimal): -7923193 or 465543. OLE color: 465543.

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

Color convert

RGB135267-
CMYK00.810.950.47
HSL8.91º90.14%27.84%-
HSV(B)8.91º94.81%52.94%-
XYZ10.45.910.79-
YUV56.42100.11184.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 80.36%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=80.36%
G=15.48%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13526700.810.950.478.9190.1427.84
Hex871A70515F2F95a1c
Octal2073270121137571113234
Binary10000111110101110101000110111111011111001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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