#852009

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

Shades of Falu Red #852009

Tints of Falu Red #852009

Color information

#852009 (or 0x852009) is unknown color: approx Falu Red. HEX triplet: 85, 20 and 09. RGB value is (133,32,9). Sum of RGB (Red+Green+Blue) = 133+32+9=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #852009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852009 is #7ADFF6. Grayscale: #3B3B3B. Windows color (decimal): -8052727 or 598149. OLE color: 598149.

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

Color convert

RGB133329-
CMYK00.760.930.48
HSL11.13º87.32%27.84%-
HSV(B)11.13º93.23%52.16%-
XYZ10.246.040.88-
YUV59.5899.46180.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.44%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=76.44%
G=18.39%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13332900.760.930.4811.1387.3227.84
Hex8520904C5D30b571c
Octal20540110114135601312734
Binary1000010110000010010100110010111011100001011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852009; }

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

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

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

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

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

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

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

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