#85160E

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

Shades of Falu Red #85160E

Tints of Falu Red #85160E

Color information

#85160E (or 0x85160E) is unknown color: approx Falu Red. HEX triplet: 85, 16 and 0E. RGB value is (133,22,14). Sum of RGB (Red+Green+Blue) = 133+22+14=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #85160E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85160E is #7AE9F1. Grayscale: #363636. Windows color (decimal): -8055282 or 923269. OLE color: 923269.

HSL color Cylindrical-coordinate representation of color #85160E: hue angle of 4.03º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85160E is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1332214-
CMYK00.830.890.48
HSL4.03º80.95%28.82%-
HSV(B)4.03º89.47%52.16%-
XYZ10.045.590.97-
YUV54.28105.27184.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.70%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 14 (5.86% from 255) = 8.28%
R=78.70%
G=13.02%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133221400.830.890.484.0380.9528.82
Hex8516E05359304511d
Octal2052616012313160412135
Binary10000101101101110010100111011001110000100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85160E; }

 p { color: rgb(133,22,14); }

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

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

 a { background-color: rgb(133,22,14); }

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

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

 span { border-color: rgb(133,22,14); }

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