#851C10

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

Shades of Falu Red #851C10

Tints of Falu Red #851C10

Color information

#851C10 (or 0x851C10) is unknown color: approx Falu Red. HEX triplet: 85, 1C and 10. RGB value is (133,28,16). Sum of RGB (Red+Green+Blue) = 133+28+16=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #851C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C10 is #7AE3EF. Grayscale: #3A3A3A. Windows color (decimal): -8053744 or 1055877. OLE color: 1055877.

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

Color convert

RGB1332816-
CMYK00.790.880.48
HSL6.15º78.52%29.22%-
HSV(B)6.15º87.97%52.16%-
XYZ10.185.851.08-
YUV58.03104.29181.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 75.14%
GREEN value IS 28 (11.33% from 255) = 15.82%
BLUE value IS 16 (6.64% from 255) = 9.04%
R=75.14%
G=15.82%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133281600.790.880.486.1578.5229.22
Hex851C1004F583064f1d
Octal2053420011713060611735
Binary100001011110010000010011111011000110000110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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