#872014

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

Shades of Falu Red #872014

Tints of Falu Red #872014

Color information

#872014 (or 0x872014) is unknown color: approx Falu Red. HEX triplet: 87, 20 and 14. RGB value is (135,32,20). Sum of RGB (Red+Green+Blue) = 135+32+20=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #872014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872014 is #78DFEB. Grayscale: #3D3D3D. Windows color (decimal): -7921644 or 1319047. OLE color: 1319047.

HSL color Cylindrical-coordinate representation of color #872014: hue angle of 6.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #872014 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1353220-
CMYK00.760.850.47
HSL6.26º74.19%30.39%-
HSV(B)6.26º85.19%52.94%-
XYZ10.636.231.3-
YUV61.43104.62180.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=72.19%
G=17.11%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135322000.760.850.476.2674.1930.39
Hex87201404C552F64a1e
Octal2074024011412557611236
Binary1000011110000010100010011001010101101111110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872014; }

 p { color: rgb(135,32,20); }

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

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

 a { background-color: rgb(135,32,20); }

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

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

 span { border-color: rgb(135,32,20); }

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