#851C05

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

Shades of Falu Red #851C05

Tints of Falu Red #851C05

Color information

#851C05 (or 0x851C05) is unknown color: approx Falu Red. HEX triplet: 85, 1C and 05. RGB value is (133,28,5). Sum of RGB (Red+Green+Blue) = 133+28+5=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #851C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C05 is #7AE3FA. Grayscale: #383838. Windows color (decimal): -8053755 or 334981. OLE color: 334981.

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

Color convert

RGB133285-
CMYK00.790.960.48
HSL10.78º92.75%27.06%-
HSV(B)10.78º96.24%52.16%-
XYZ10.125.830.74-
YUV56.7798.79182.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 80.12%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 5 (2.34% from 255) = 3.01%
R=80.12%
G=16.87%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13328500.790.960.4810.7892.7527.06
Hex851C504F6030b5d1b
Octal2053450117140601313533
Binary10000101111001010100111111000001100001011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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