#852010

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

Shades of Falu Red #852010

Tints of Falu Red #852010

Color information

#852010 (or 0x852010) is unknown color: approx Falu Red. HEX triplet: 85, 20 and 10. RGB value is (133,32,16). Sum of RGB (Red+Green+Blue) = 133+32+16=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #852010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852010 is #7ADFEF. Grayscale: #3C3C3C. Windows color (decimal): -8052720 or 1056901. OLE color: 1056901.

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

Color convert

RGB1333216-
CMYK00.760.880.48
HSL8.21º78.52%29.22%-
HSV(B)8.21º87.97%52.16%-
XYZ10.286.061.12-
YUV60.37102.96179.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=73.48%
G=17.68%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133321600.760.880.488.2178.5229.22
Hex85201004C583084f1d
Octal20540200114130601011735
Binary10000101100000100000100110010110001100001000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852010; }

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

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

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

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

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

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

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

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