#85190B

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

Shades of Falu Red #85190B

Tints of Falu Red #85190B

Color information

#85190B (or 0x85190B) is unknown color: approx Falu Red. HEX triplet: 85, 19 and 0B. RGB value is (133,25,11). Sum of RGB (Red+Green+Blue) = 133+25+11=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #85190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85190B is #7AE6F4. Grayscale: #373737. Windows color (decimal): -8054517 or 727429. OLE color: 727429.

HSL color Cylindrical-coordinate representation of color #85190B: hue angle of 6.89º degrees, saturation: 0.85, 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 #85190B is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1332511-
CMYK00.810.920.48
HSL6.89º84.72%28.24%-
HSV(B)6.89º91.73%52.16%-
XYZ10.085.710.89-
YUV55.7102.78183.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.70%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 11 (4.69% from 255) = 6.51%
R=78.70%
G=14.79%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133251100.810.920.486.8984.7228.24
Hex8519B0515C307551c
Octal2053113012113460712534
Binary10000101110011011010100011011100110000111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85190B; }

 p { color: rgb(133,25,11); }

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

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

 a { background-color: rgb(133,25,11); }

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

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

 span { border-color: rgb(133,25,11); }

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