#851E12

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

Shades of Falu Red #851E12

Tints of Falu Red #851E12

Color information

#851E12 (or 0x851E12) is unknown color: approx Falu Red. HEX triplet: 85, 1E and 12. RGB value is (133,30,18). Sum of RGB (Red+Green+Blue) = 133+30+18=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #851E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E12 is #7AE1ED. Grayscale: #3B3B3B. Windows color (decimal): -8053230 or 1187461. OLE color: 1187461.

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

Color convert

RGB1333018-
CMYK00.770.860.48
HSL6.26º76.16%29.61%-
HSV(B)6.26º86.47%52.16%-
XYZ10.255.961.18-
YUV59.43104.62180.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=73.48%
G=16.57%
B=9.94%

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
Decimal133301800.770.860.486.2676.1629.61
Hex851E1204D563064c1e
Octal2053622011512660611436
Binary100001011111010010010011011010110110000110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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