#871909

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

Shades of Falu Red #871909

Tints of Falu Red #871909

Color information

#871909 (or 0x871909) is unknown color: approx Falu Red. HEX triplet: 87, 19 and 09. RGB value is (135,25,9). Sum of RGB (Red+Green+Blue) = 135+25+9=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #871909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871909 is #78E6F6. Grayscale: #383838. Windows color (decimal): -7923447 or 596359. OLE color: 596359.

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

Color convert

RGB135259-
CMYK00.810.930.47
HSL7.62º87.5%28.24%-
HSV(B)7.62º93.33%52.94%-
XYZ10.395.870.84-
YUV56.07101.44184.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 79.88%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=79.88%
G=14.79%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13525900.810.930.477.6287.528.24
Hex871990515D2F8581c
Octal20731110121135571013034
Binary100001111100110010101000110111011011111000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871909; }

 p { color: rgb(135,25,9); }

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

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

 a { background-color: rgb(135,25,9); }

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

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

 span { border-color: rgb(135,25,9); }

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