#872602

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

Shades of Falu Red #872602

Tints of Falu Red #872602

Color information

#872602 (or 0x872602) is unknown color: approx Falu Red. HEX triplet: 87, 26 and 02. RGB value is (135,38,2). Sum of RGB (Red+Green+Blue) = 135+38+2=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #872602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872602 is #78D9FD. Grayscale: #3F3F3F. Windows color (decimal): -7920126 or 140935. OLE color: 140935.

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

Color convert

RGB135382-
CMYK00.720.990.47
HSL16.24º97.08%26.86%-
HSV(B)16.24º98.52%52.94%-
XYZ10.76.540.76-
YUV62.993.64179.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.14%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=77.14%
G=21.71%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13538200.720.990.4716.2497.0826.86
Hex87262048632F10611b
Octal2074620110143572014133
Binary100001111001101001001000110001110111110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872602; }

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

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

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

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

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

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

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

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