#851D18

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

Shades of Falu Red #851D18

Tints of Falu Red #851D18

Color information

#851D18 (or 0x851D18) is unknown color: approx Falu Red. HEX triplet: 85, 1D and 18. RGB value is (133,29,24). Sum of RGB (Red+Green+Blue) = 133+29+24=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #851D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851D18 is #7AE2E7. Grayscale: #3B3B3B. Windows color (decimal): -8053480 or 1580421. OLE color: 1580421.

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

Color convert

RGB1332924-
CMYK00.780.820.48
HSL2.75º69.43%30.78%-
HSV(B)2.75º81.95%52.16%-
XYZ10.285.931.47-
YUV59.53107.96180.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.51%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=71.51%
G=15.59%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133292400.780.820.482.7569.4330.78
Hex851D1804E52303451f
Octal2053530011612260310537
Binary10000101111011100001001110101001011000011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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