#851C13

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

Shades of Falu Red #851C13

Tints of Falu Red #851C13

Color information

#851C13 (or 0x851C13) is unknown color: approx Falu Red. HEX triplet: 85, 1C and 13. RGB value is (133,28,19). Sum of RGB (Red+Green+Blue) = 133+28+19=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #851C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C13 is #7AE3EC. Grayscale: #3A3A3A. Windows color (decimal): -8053741 or 1252485. OLE color: 1252485.

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

Color convert

RGB1332819-
CMYK00.790.860.48
HSL4.74º75%29.8%-
HSV(B)4.74º85.71%52.16%-
XYZ10.215.861.21-
YUV58.37105.79181.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.89%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 19 (7.81% from 255) = 10.56%
R=73.89%
G=15.56%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133281900.790.860.484.747529.8
Hex851C1304F563054b1e
Octal2053423011712660511336
Binary100001011110010011010011111010110110000101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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