#871A01

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

Shades of Falu Red #871A01

Tints of Falu Red #871A01

Color information

#871A01 (or 0x871A01) is unknown color: approx Falu Red. HEX triplet: 87, 1A and 01. RGB value is (135,26,1). Sum of RGB (Red+Green+Blue) = 135+26+1=162 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.33% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 135 - color contains mainly: red. Hex color #871A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871A01 is #78E5FE. Grayscale: #373737. Windows color (decimal): -7923199 or 72327. OLE color: 72327.

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

Color convert

RGB135261-
CMYK00.810.990.47
HSL11.19º98.53%26.67%-
HSV(B)11.19º99.26%52.94%-
XYZ10.375.890.62-
YUV55.7497.11184.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 83.33%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=83.33%
G=16.05%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13526100.810.990.4711.1998.5326.67
Hex871A1051632Fb631b
Octal2073210121143571314333
Binary100001111101010101000111000111011111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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