#872503

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

Shades of Falu Red #872503

Tints of Falu Red #872503

Color information

#872503 (or 0x872503) is unknown color: approx Falu Red. HEX triplet: 87, 25 and 03. RGB value is (135,37,3). Sum of RGB (Red+Green+Blue) = 135+37+3=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #872503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872503 is #78DAFC. Grayscale: #3E3E3E. Windows color (decimal): -7920381 or 206215. OLE color: 206215.

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

Color convert

RGB135373-
CMYK00.730.980.47
HSL15.45º95.65%27.06%-
HSV(B)15.45º97.78%52.94%-
XYZ10.676.480.77-
YUV62.4394.47179.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.14%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=77.14%
G=21.14%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13537300.730.980.4715.4595.6527.06
Hex87253049622Ff601b
Octal2074530111142571714033
Binary10000111100101110100100111000101011111111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872503; }

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

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

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

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

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

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

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

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