#85190A

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

Shades of Falu Red #85190A

Tints of Falu Red #85190A

Color information

#85190A (or 0x85190A) is unknown color: approx Falu Red. HEX triplet: 85, 19 and 0A. RGB value is (133,25,10). Sum of RGB (Red+Green+Blue) = 133+25+10=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #85190A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85190A is #7AE6F5. Grayscale: #373737. Windows color (decimal): -8054518 or 661893. OLE color: 661893.

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

Color convert

RGB1332510-
CMYK00.810.920.48
HSL7.32º86.01%28.04%-
HSV(B)7.32º92.48%52.16%-
XYZ10.085.70.86-
YUV55.58102.28183.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.17%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=79.17%
G=14.88%
B=5.95%

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
Decimal133251000.810.920.487.3286.0128.04
Hex8519A0515C307561c
Octal2053112012113460712634
Binary10000101110011010010100011011100110000111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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