#871A00

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

Shades of Falu Red #871A00

Tints of Falu Red #871A00

Color information

#871A00 (or 0x871A00) is unknown color: approx Falu Red. HEX triplet: 87, 1A and 00. RGB value is (135,26,0). Sum of RGB (Red+Green+Blue) = 135+26+0=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #871A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871A00 is #78E5FF. Grayscale: #373737. Windows color (decimal): -7923200 or 6791. OLE color: 6791.

HSL color Cylindrical-coordinate representation of color #871A00: hue angle of 11.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #871A00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135260-
CMYK00.8110.47
HSL11.56º100%26.47%-
HSV(B)11.56º100%52.94%-
XYZ10.365.890.59-
YUV55.6396.61184.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 83.85%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.85%
G=16.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13526000.8110.4711.5610026.47
Hex871A0051642Fc641a
Octal2073200121144571414432
Binary100001111101000101000111001001011111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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