#851211

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

Shades of Falu Red #851211

Tints of Falu Red #851211

Color information

#851211 (or 0x851211) is unknown color: approx Falu Red. HEX triplet: 85, 12 and 11. RGB value is (133,18,17). Sum of RGB (Red+Green+Blue) = 133+18+17=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #851211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851211 is #7AEDEE. Grayscale: #343434. Windows color (decimal): -8056303 or 1118853. OLE color: 1118853.

HSL color Cylindrical-coordinate representation of color #851211: hue angle of 0.52º 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 #851211 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB1331817-
CMYK00.860.870.48
HSL0.52º77.33%29.41%-
HSV(B)0.52º87.22%52.16%-
XYZ9.995.461.06-
YUV52.27108.1185.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.17%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=79.17%
G=10.71%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133181700.860.870.480.5277.3329.41
Hex851211056573014d1d
Octal2052221012612760111535
Binary1000010110010100010101011010101111100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851211; }

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

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

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

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

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

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

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

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