#851412

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

Shades of Falu Red #851412

Tints of Falu Red #851412

Color information

#851412 (or 0x851412) is unknown color: approx Falu Red. HEX triplet: 85, 14 and 12. RGB value is (133,20,18). Sum of RGB (Red+Green+Blue) = 133+20+18=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #851412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851412 is #7AEBED. Grayscale: #353535. Windows color (decimal): -8055790 or 1184901. OLE color: 1184901.

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

Color convert

RGB1332018-
CMYK00.850.860.48
HSL1.04º76.16%29.61%-
HSV(B)1.04º86.47%52.16%-
XYZ10.035.531.11-
YUV53.56107.94184.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 77.78%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=77.78%
G=11.70%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133201800.850.860.481.0476.1629.61
Hex851412055563014c1e
Octal2052422012512660111436
Binary1000010110100100100101010110101101100001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851412; }

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

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

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

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

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

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

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

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