#851510

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

Shades of Falu Red #851510

Tints of Falu Red #851510

Color information

#851510 (or 0x851510) is unknown color: approx Falu Red. HEX triplet: 85, 15 and 10. RGB value is (133,21,16). Sum of RGB (Red+Green+Blue) = 133+21+16=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #851510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851510 is #7AEAEF. Grayscale: #363636. Windows color (decimal): -8055536 or 1054085. OLE color: 1054085.

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

Color convert

RGB1332116-
CMYK00.840.880.48
HSL2.56º78.52%29.22%-
HSV(B)2.56º87.97%52.16%-
XYZ10.035.561.03-
YUV53.92106.61184.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.24%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=78.24%
G=12.35%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133211600.840.880.482.5678.5229.22
Hex851510054583034f1d
Octal2052520012413060311735
Binary10000101101011000001010100101100011000011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851510; }

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

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

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

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

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

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

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

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