#851E1A

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

Shades of Falu Red #851E1A

Tints of Falu Red #851E1A

Color information

#851E1A (or 0x851E1A) is unknown color: approx Falu Red. HEX triplet: 85, 1E and 1A. RGB value is (133,30,26). Sum of RGB (Red+Green+Blue) = 133+30+26=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #851E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851E1A is #7AE1E5. Grayscale: #3C3C3C. Windows color (decimal): -8053222 or 1711749. OLE color: 1711749.

HSL color Cylindrical-coordinate representation of color #851E1A: hue angle of 2.24º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851E1A is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1333026-
CMYK00.770.800.48
HSL2.24º67.3%31.18%-
HSV(B)2.24º80.45%52.16%-
XYZ10.325.991.59-
YUV60.34108.62179.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70.37%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=70.37%
G=15.87%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133302600.770.800.482.2467.331.18
Hex851E1A04D50302431f
Octal2053632011512060210337
Binary10000101111101101001001101101000011000010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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