#851306

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

Shades of Falu Red #851306

Tints of Falu Red #851306

Color information

#851306 (or 0x851306) is unknown color: approx Falu Red. HEX triplet: 85, 13 and 06. RGB value is (133,19,6). Sum of RGB (Red+Green+Blue) = 133+19+6=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #851306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851306 is #7AECF9. Grayscale: #333333. Windows color (decimal): -8056058 or 398213. OLE color: 398213.

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

Color convert

RGB133196-
CMYK00.860.950.48
HSL6.14º91.37%27.25%-
HSV(B)6.14º95.49%52.16%-
XYZ9.945.470.7-
YUV51.6102.27186.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 84.18%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=84.18%
G=12.03%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13319600.860.950.486.1491.3727.25
Hex851360565F3065b1b
Octal205236012613760613333
Binary1000010110011110010101101011111110000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851306; }

 p { color: rgb(133,19,6); }

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

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

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

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

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

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

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