#851E04

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

Shades of Falu Red #851E04

Tints of Falu Red #851E04

Color information

#851E04 (or 0x851E04) is unknown color: approx Falu Red. HEX triplet: 85, 1E and 04. RGB value is (133,30,4). Sum of RGB (Red+Green+Blue) = 133+30+4=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #851E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E04 is #7AE1FB. Grayscale: #3A3A3A. Windows color (decimal): -8053244 or 269957. OLE color: 269957.

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

Color convert

RGB133304-
CMYK00.770.970.48
HSL12.09º94.16%26.86%-
HSV(B)12.09º96.99%52.16%-
XYZ10.165.920.72-
YUV57.8397.62181.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.64%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=79.64%
G=17.96%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13330400.770.970.4812.0994.1626.86
Hex851E404D6130c5e1b
Octal2053640115141601413633
Binary10000101111101000100110111000011100001100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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