#851111

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

Shades of Falu Red #851111

Tints of Falu Red #851111

Color information

#851111 (or 0x851111) is unknown color: approx Falu Red. HEX triplet: 85, 11 and 11. RGB value is (133,17,17). Sum of RGB (Red+Green+Blue) = 133+17+17=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #851111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851111 is #7AEEEE. Grayscale: #333333. Windows color (decimal): -8056559 or 1118597. OLE color: 1118597.

HSL color Cylindrical-coordinate representation of color #851111: hue angle of 0º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851111 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB1331717-
CMYK00.870.870.48
HSL77.33%29.41%-
HSV(B)87.22%52.16%-
XYZ9.975.431.05-
YUV51.68108.43186-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.64%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=79.64%
G=10.18%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133171700.870.870.48077.3329.41
Hex851111057573004d1d
Octal2052121012712760011535
Binary1000010110001100010101011110101111100000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851111; }

 p { color: rgb(133,17,17); }

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

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

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

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

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

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

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