#851513

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

Shades of Falu Red #851513

Tints of Falu Red #851513

Color information

#851513 (or 0x851513) is unknown color: approx Falu Red. HEX triplet: 85, 15 and 13. RGB value is (133,21,19). Sum of RGB (Red+Green+Blue) = 133+21+19=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #851513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851513 is #7AEAEC. Grayscale: #363636. Windows color (decimal): -8055533 or 1250693. OLE color: 1250693.

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

Color convert

RGB1332119-
CMYK00.840.860.48
HSL1.05º75%29.8%-
HSV(B)1.05º85.71%52.16%-
XYZ10.065.571.16-
YUV54.26108.11184.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.88%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=76.88%
G=12.14%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133211900.840.860.481.057529.8
Hex851513054563014b1e
Octal2052523012412660111336
Binary1000010110101100110101010010101101100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851513; }

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

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

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

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

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

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

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

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