#85190C

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

Shades of Falu Red #85190C

Tints of Falu Red #85190C

Color information

#85190C (or 0x85190C) is unknown color: approx Falu Red. HEX triplet: 85, 19 and 0C. RGB value is (133,25,12). Sum of RGB (Red+Green+Blue) = 133+25+12=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #85190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85190C is #7AE6F3. Grayscale: #373737. Windows color (decimal): -8054516 or 792965. OLE color: 792965.

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

Color convert

RGB1332512-
CMYK00.810.910.48
HSL6.45º83.45%28.43%-
HSV(B)6.45º90.98%52.16%-
XYZ10.095.710.92-
YUV55.81103.28183.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.24%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=78.24%
G=14.71%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133251200.810.910.486.4583.4528.43
Hex8519C0515B306531c
Octal2053114012113360612334
Binary10000101110011100010100011011011110000110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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