#851108

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

Shades of Falu Red #851108

Tints of Falu Red #851108

Color information

#851108 (or 0x851108) is unknown color: approx Falu Red. HEX triplet: 85, 11 and 08. RGB value is (133,17,8). Sum of RGB (Red+Green+Blue) = 133+17+8=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #851108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851108 is #7AEEF7. Grayscale: #323232. Windows color (decimal): -8056568 or 528773. OLE color: 528773.

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

Color convert

RGB133178-
CMYK00.870.940.48
HSL4.32º88.65%27.65%-
HSV(B)4.32º93.98%52.16%-
XYZ9.925.40.75-
YUV50.66103.93186.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 84.18%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=84.18%
G=10.76%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13317800.870.940.484.3288.6527.65
Hex851180575E304591c
Octal2052110012713660413134
Binary10000101100011000010101111011110110000100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851108; }

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

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

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

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

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

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

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

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