#851F1A

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

Shades of Falu Red #851F1A

Tints of Falu Red #851F1A

Color information

#851F1A (or 0x851F1A) is unknown color: approx Falu Red. HEX triplet: 85, 1F and 1A. RGB value is (133,31,26). Sum of RGB (Red+Green+Blue) = 133+31+26=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #851F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851F1A is #7AE0E5. Grayscale: #3D3D3D. Windows color (decimal): -8052966 or 1712005. OLE color: 1712005.

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

Color convert

RGB1333126-
CMYK00.770.800.48
HSL2.8º67.3%31.18%-
HSV(B)2.8º80.45%52.16%-
XYZ10.356.041.6-
YUV60.93108.29179.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70%
GREEN value IS 31 (12.5% from 255) = 16.32%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=70%
G=16.32%
B=13.68%

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
Decimal133312600.770.800.482.867.331.18
Hex851F1A04D50303431f
Octal2053732011512060310337
Binary10000101111111101001001101101000011000011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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