#85110F

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

Shades of Falu Red #85110F

Tints of Falu Red #85110F

Color information

#85110F (or 0x85110F) is unknown color: approx Falu Red. HEX triplet: 85, 11 and 0F. RGB value is (133,17,15). Sum of RGB (Red+Green+Blue) = 133+17+15=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #85110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85110F is #7AEEF0. Grayscale: #333333. Windows color (decimal): -8056561 or 987525. OLE color: 987525.

HSL color Cylindrical-coordinate representation of color #85110F: hue angle of 1.02º degrees, saturation: 0.8, 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 #85110F is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1331715-
CMYK00.870.890.48
HSL1.02º79.73%29.02%-
HSV(B)1.02º88.72%52.16%-
XYZ9.965.420.97-
YUV51.46107.43186.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 80.61%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=80.61%
G=10.30%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133171500.870.890.481.0279.7329.02
Hex8511F05759301501d
Octal2052117012713160112035
Binary100001011000111110101011110110011100001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85110F; }

 p { color: rgb(133,17,15); }

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

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

 a { background-color: rgb(133,17,15); }

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

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

 span { border-color: rgb(133,17,15); }

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