#851C04

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

Shades of Falu Red #851C04

Tints of Falu Red #851C04

Color information

#851C04 (or 0x851C04) is unknown color: approx Falu Red. HEX triplet: 85, 1C and 04. RGB value is (133,28,4). Sum of RGB (Red+Green+Blue) = 133+28+4=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #851C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C04 is #7AE3FB. Grayscale: #383838. Windows color (decimal): -8053756 or 269445. OLE color: 269445.

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

Color convert

RGB133284-
CMYK00.790.970.48
HSL11.16º94.16%26.86%-
HSV(B)11.16º96.99%52.16%-
XYZ10.115.830.71-
YUV56.6698.29182.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 80.61%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 4 (1.95% from 255) = 2.42%
R=80.61%
G=16.97%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13328400.790.970.4811.1694.1626.86
Hex851C404F6130b5e1b
Octal2053440117141601313633
Binary10000101111001000100111111000011100001011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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