#852209

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

Shades of Falu Red #852209

Tints of Falu Red #852209

Color information

#852209 (or 0x852209) is unknown color: approx Falu Red. HEX triplet: 85, 22 and 09. RGB value is (133,34,9). Sum of RGB (Red+Green+Blue) = 133+34+9=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #852209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852209 is #7ADDF6. Grayscale: #3C3C3C. Windows color (decimal): -8052215 or 598661. OLE color: 598661.

HSL color Cylindrical-coordinate representation of color #852209: hue angle of 12.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #852209 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB133349-
CMYK00.740.930.48
HSL12.1º87.32%27.84%-
HSV(B)12.1º93.23%52.16%-
XYZ10.296.150.9-
YUV60.7598.8179.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 75.57%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 9 (3.91% from 255) = 5.11%
R=75.57%
G=19.32%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13334900.740.930.4812.187.3227.84
Hex8522904A5D30c571c
Octal20542110112135601412734
Binary1000010110001010010100101010111011100001100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852209; }

 p { color: rgb(133,34,9); }

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

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

 a { background-color: rgb(133,34,9); }

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

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

 span { border-color: rgb(133,34,9); }

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