#851F12

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

Shades of Falu Red #851F12

Tints of Falu Red #851F12

Color information

#851F12 (or 0x851F12) is unknown color: approx Falu Red. HEX triplet: 85, 1F and 12. RGB value is (133,31,18). Sum of RGB (Red+Green+Blue) = 133+31+18=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #851F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F12 is #7AE0ED. Grayscale: #3C3C3C. Windows color (decimal): -8052974 or 1187717. OLE color: 1187717.

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

Color convert

RGB1333118-
CMYK00.770.860.48
HSL6.78º76.16%29.61%-
HSV(B)6.78º86.47%52.16%-
XYZ10.276.011.19-
YUV60.02104.29180.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.08%
GREEN value IS 31 (12.5% from 255) = 17.03%
BLUE value IS 18 (7.42% from 255) = 9.89%
R=73.08%
G=17.03%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133311800.770.860.486.7876.1629.61
Hex851F1204D563074c1e
Octal2053722011512660711436
Binary100001011111110010010011011010110110000111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851F12; }

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

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

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

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

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

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

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

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