#851C17

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

Shades of Falu Red #851C17

Tints of Falu Red #851C17

Color information

#851C17 (or 0x851C17) is unknown color: approx Falu Red. HEX triplet: 85, 1C and 17. RGB value is (133,28,23). Sum of RGB (Red+Green+Blue) = 133+28+23=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #851C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C17 is #7AE3E8. Grayscale: #3A3A3A. Windows color (decimal): -8053737 or 1514629. OLE color: 1514629.

HSL color Cylindrical-coordinate representation of color #851C17: hue angle of 2.73º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851C17 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1332823-
CMYK00.790.830.48
HSL2.73º70.51%30.59%-
HSV(B)2.73º82.71%52.16%-
XYZ10.245.881.41-
YUV58.82107.79180.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.28%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 23 (9.38% from 255) = 12.5%
R=72.28%
G=15.22%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133282300.790.830.482.7370.5130.59
Hex851C1704F53303471f
Octal2053427011712360310737
Binary10000101111001011101001111101001111000011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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