#851210

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

Shades of Falu Red #851210

Tints of Falu Red #851210

Color information

#851210 (or 0x851210) is unknown color: approx Falu Red. HEX triplet: 85, 12 and 10. RGB value is (133,18,16). Sum of RGB (Red+Green+Blue) = 133+18+16=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #851210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851210 is #7AEDEF. Grayscale: #343434. Windows color (decimal): -8056304 or 1053317. OLE color: 1053317.

HSL color Cylindrical-coordinate representation of color #851210: hue angle of 1.03º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851210 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB1331816-
CMYK00.860.880.48
HSL1.03º78.52%29.22%-
HSV(B)1.03º87.97%52.16%-
XYZ9.985.461.02-
YUV52.16107.6185.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.64%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=79.64%
G=10.78%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133181600.860.880.481.0378.5229.22
Hex851210056583014f1d
Octal2052220012613060111735
Binary1000010110010100000101011010110001100001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851210; }

 p { color: rgb(133,18,16); }

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

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

 a { background-color: rgb(133,18,16); }

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

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

 span { border-color: rgb(133,18,16); }

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