#851716

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

Shades of Falu Red #851716

Tints of Falu Red #851716

Color information

#851716 (or 0x851716) is unknown color: approx Falu Red. HEX triplet: 85, 17 and 16. RGB value is (133,23,22). Sum of RGB (Red+Green+Blue) = 133+23+22=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #851716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851716 is #7AE8E9. Grayscale: #373737. Windows color (decimal): -8055018 or 1447813. OLE color: 1447813.

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

Color convert

RGB1332322-
CMYK00.830.830.48
HSL0.54º71.61%30.39%-
HSV(B)0.54º83.46%52.16%-
XYZ10.125.661.32-
YUV55.78108.94183.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 74.72%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 22 (8.98% from 255) = 12.36%
R=74.72%
G=12.92%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133232200.830.830.480.5471.6130.39
Hex85171605353301481e
Octal2052726012312360111036
Binary1000010110111101100101001110100111100001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851716; }

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

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

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

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

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

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

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

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