#872502

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

Shades of Falu Red #872502

Tints of Falu Red #872502

Color information

#872502 (or 0x872502) is unknown color: approx Falu Red. HEX triplet: 87, 25 and 02. RGB value is (135,37,2). Sum of RGB (Red+Green+Blue) = 135+37+2=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #872502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872502 is #78DAFD. Grayscale: #3E3E3E. Windows color (decimal): -7920382 or 140679. OLE color: 140679.

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

Color convert

RGB135372-
CMYK00.730.990.47
HSL15.79º97.08%26.86%-
HSV(B)15.79º98.52%52.94%-
XYZ10.666.480.75-
YUV62.3193.97179.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.59%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 2 (1.17% from 255) = 1.15%
R=77.59%
G=21.26%
B=1.15%

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
Decimal13537200.730.990.4715.7997.0826.86
Hex87252049632F10611b
Octal2074520111143572014133
Binary100001111001011001001001110001110111110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872502; }

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

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

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

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

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

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

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

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