#852311

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

Shades of Falu Red #852311

Tints of Falu Red #852311

Color information

#852311 (or 0x852311) is unknown color: approx Falu Red. HEX triplet: 85, 23 and 11. RGB value is (133,35,17). Sum of RGB (Red+Green+Blue) = 133+35+17=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #852311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852311 is #7ADCEE. Grayscale: #3E3E3E. Windows color (decimal): -8051951 or 1123205. OLE color: 1123205.

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

Color convert

RGB1333517-
CMYK00.740.870.48
HSL9.31º77.33%29.41%-
HSV(B)9.31º87.22%52.16%-
XYZ10.386.231.19-
YUV62.25102.47178.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.89%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=71.89%
G=18.92%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133351700.740.870.489.3177.3329.41
Hex85231104A573094d1d
Octal20543210112127601111535
Binary10000101100011100010100101010101111100001001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852311; }

 p { color: rgb(133,35,17); }

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

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

 a { background-color: rgb(133,35,17); }

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

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

 span { border-color: rgb(133,35,17); }

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