#852310

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

Shades of Falu Red #852310

Tints of Falu Red #852310

Color information

#852310 (or 0x852310) is unknown color: approx Falu Red. HEX triplet: 85, 23 and 10. RGB value is (133,35,16). Sum of RGB (Red+Green+Blue) = 133+35+16=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #852310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852310 is #7ADCEF. Grayscale: #3E3E3E. Windows color (decimal): -8051952 or 1057669. OLE color: 1057669.

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

Color convert

RGB1333516-
CMYK00.740.880.48
HSL9.74º78.52%29.22%-
HSV(B)9.74º87.97%52.16%-
XYZ10.376.231.15-
YUV62.14101.97178.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.28%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 16 (6.64% from 255) = 8.70%
R=72.28%
G=19.02%
B=8.70%

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
Decimal133351600.740.880.489.7478.5229.22
Hex85231004A5830a4f1d
Octal20543200112130601211735
Binary10000101100011100000100101010110001100001010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852310; }

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

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

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

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

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

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

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

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