#851B10

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

Shades of Falu Red #851B10

Tints of Falu Red #851B10

Color information

#851B10 (or 0x851B10) is unknown color: approx Falu Red. HEX triplet: 85, 1B and 10. RGB value is (133,27,16). Sum of RGB (Red+Green+Blue) = 133+27+16=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #851B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851B10 is #7AE4EF. Grayscale: #393939. Windows color (decimal): -8054000 or 1055621. OLE color: 1055621.

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

Color convert

RGB1332716-
CMYK00.800.880.48
HSL5.64º78.52%29.22%-
HSV(B)5.64º87.97%52.16%-
XYZ10.165.811.08-
YUV57.44104.62181.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 75.57%
GREEN value IS 27 (10.94% from 255) = 15.34%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=75.57%
G=15.34%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133271600.800.880.485.6478.5229.22
Hex851B10050583064f1d
Octal2053320012013060611735
Binary100001011101110000010100001011000110000110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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