#852409

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

Shades of Falu Red #852409

Tints of Falu Red #852409

Color information

#852409 (or 0x852409) is unknown color: approx Falu Red. HEX triplet: 85, 24 and 09. RGB value is (133,36,9). Sum of RGB (Red+Green+Blue) = 133+36+9=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #852409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852409 is #7ADBF6. Grayscale: #3E3E3E. Windows color (decimal): -8051703 or 599173. OLE color: 599173.

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

Color convert

RGB133369-
CMYK00.730.930.48
HSL13.06º87.32%27.84%-
HSV(B)13.06º93.23%52.16%-
XYZ10.356.270.92-
YUV61.9298.14178.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 74.72%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 9 (3.91% from 255) = 5.06%
R=74.72%
G=20.22%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13336900.730.930.4813.0687.3227.84
Hex852490495D30d571c
Octal20544110111135601512734
Binary1000010110010010010100100110111011100001101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852409; }

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

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

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

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

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

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

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

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