#872501

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

Shades of Falu Red #872501

Tints of Falu Red #872501

Color information

#872501 (or 0x872501) is unknown color: approx Falu Red. HEX triplet: 87, 25 and 01. RGB value is (135,37,1). Sum of RGB (Red+Green+Blue) = 135+37+1=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #872501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872501 is #78DAFE. Grayscale: #3E3E3E. Windows color (decimal): -7920383 or 75143. OLE color: 75143.

HSL color Cylindrical-coordinate representation of color #872501: hue angle of 16.12º 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 #872501 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB135371-
CMYK00.730.990.47
HSL16.12º98.53%26.67%-
HSV(B)16.12º99.26%52.94%-
XYZ10.666.480.72-
YUV62.293.47179.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.03%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=78.03%
G=21.39%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13537100.730.990.4716.1298.5326.67
Hex87251049632F10631b
Octal2074510111143572014333
Binary10000111100101101001001110001110111110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872501; }

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

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

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

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

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

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

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

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