#85170A

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

Shades of Falu Red #85170A

Tints of Falu Red #85170A

Color information

#85170A (or 0x85170A) is unknown color: approx Falu Red. HEX triplet: 85, 17 and 0A. RGB value is (133,23,10). Sum of RGB (Red+Green+Blue) = 133+23+10=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #85170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85170A is #7AE8F5. Grayscale: #363636. Windows color (decimal): -8055030 or 661381. OLE color: 661381.

HSL color Cylindrical-coordinate representation of color #85170A: hue angle of 6.34º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85170A is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1332310-
CMYK00.830.920.48
HSL6.34º86.01%28.04%-
HSV(B)6.34º92.48%52.16%-
XYZ10.035.620.84-
YUV54.41102.94184.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 80.12%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=80.12%
G=13.86%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133231000.830.920.486.3486.0128.04
Hex8517A0535C306561c
Octal2052712012313460612634
Binary10000101101111010010100111011100110000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85170A; }

 p { color: rgb(133,23,10); }

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

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

 a { background-color: rgb(133,23,10); }

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

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

 span { border-color: rgb(133,23,10); }

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