#85180A

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

Shades of Falu Red #85180A

Tints of Falu Red #85180A

Color information

#85180A (or 0x85180A) is unknown color: approx Falu Red. HEX triplet: 85, 18 and 0A. RGB value is (133,24,10). Sum of RGB (Red+Green+Blue) = 133+24+10=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #85180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85180A is #7AE7F5. Grayscale: #373737. Windows color (decimal): -8054774 or 661637. OLE color: 661637.

HSL color Cylindrical-coordinate representation of color #85180A: hue angle of 6.83º 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 #85180A is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1332410-
CMYK00.820.920.48
HSL6.83º86.01%28.04%-
HSV(B)6.83º92.48%52.16%-
XYZ10.055.660.85-
YUV55102.61183.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.64%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=79.64%
G=14.37%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133241000.820.920.486.8386.0128.04
Hex8518A0525C307561c
Octal2053012012213460712634
Binary10000101110001010010100101011100110000111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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