#851d16

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

Shades of Falu Red #851D16

Tints of Falu Red #851D16

Color information

#851D16 (or 0x851D16) is unknown color: approx Falu Red. HEX triplet: 85, 1D and 16. RGB value is (133,29,22). Sum of RGB (Red+Green+Blue) = 133+29+22=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #851D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851D16 is #7AE2E9. Grayscale: #3B3B3B. Windows color (decimal): -8053482 or 1449349. OLE color: 1449349.

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

Color convert

RGB1332922-
CMYK00.780.830.48
HSL3.78º71.61%30.39%-
HSV(B)3.78º83.46%52.16%-
XYZ10.265.921.36-
YUV59.3106.96180.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.28%
GREEN value IS 29 (11.72% from 255) = 15.76%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=72.28%
G=15.76%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133292200.780.830.483.7871.6130.39
Hex851D1604E53304481e
Octal2053526011612360411036
Binary100001011110110110010011101010011110000100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851d16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,29,22); }

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

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

 a { background-color: rgb(133,29,22); }

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

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

 span { border-color: rgb(133,29,22); }

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