#852210

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

Shades of Falu Red #852210

Tints of Falu Red #852210

Color information

#852210 (or 0x852210) is unknown color: approx Falu Red. HEX triplet: 85, 22 and 10. RGB value is (133,34,16). Sum of RGB (Red+Green+Blue) = 133+34+16=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #852210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852210 is #7ADDEF. Grayscale: #3D3D3D. Windows color (decimal): -8052208 or 1057413. OLE color: 1057413.

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

Color convert

RGB1333416-
CMYK00.740.880.48
HSL9.23º78.52%29.22%-
HSV(B)9.23º87.97%52.16%-
XYZ10.346.171.14-
YUV61.55102.3178.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.68%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 16 (6.64% from 255) = 8.74%
R=72.68%
G=18.58%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133341600.740.880.489.2378.5229.22
Hex85221004A583094f1d
Octal20542200112130601111735
Binary10000101100010100000100101010110001100001001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852210; }

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

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

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

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

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

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

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

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