#851905

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

Shades of Falu Red #851905

Tints of Falu Red #851905

Color information

#851905 (or 0x851905) is unknown color: approx Falu Red. HEX triplet: 85, 19 and 05. RGB value is (133,25,5). Sum of RGB (Red+Green+Blue) = 133+25+5=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #851905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851905 is #7AE6FA. Grayscale: #373737. Windows color (decimal): -8054523 or 334213. OLE color: 334213.

HSL color Cylindrical-coordinate representation of color #851905: hue angle of 9.38º 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 #851905 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB133255-
CMYK00.810.960.48
HSL9.38º92.75%27.06%-
HSV(B)9.38º96.24%52.16%-
XYZ10.055.690.71-
YUV55.0199.78183.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 81.60%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=81.60%
G=15.34%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13325500.810.960.489.3892.7527.06
Hex85195051603095d1b
Octal2053150121140601113533
Binary10000101110011010101000111000001100001001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851905; }

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

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

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

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

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

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

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

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