#852012

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

Shades of Falu Red #852012

Tints of Falu Red #852012

Color information

#852012 (or 0x852012) is unknown color: approx Falu Red. HEX triplet: 85, 20 and 12. RGB value is (133,32,18). Sum of RGB (Red+Green+Blue) = 133+32+18=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #852012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852012 is #7ADFED. Grayscale: #3C3C3C. Windows color (decimal): -8052718 or 1187973. OLE color: 1187973.

HSL color Cylindrical-coordinate representation of color #852012: hue angle of 7.3º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #852012 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1333218-
CMYK00.760.860.48
HSL7.3º76.16%29.61%-
HSV(B)7.3º86.47%52.16%-
XYZ10.36.061.2-
YUV60.6103.96179.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.68%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=72.68%
G=17.49%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133321800.760.860.487.376.1629.61
Hex85201204C563074c1e
Octal2054022011412660711436
Binary1000010110000010010010011001010110110000111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852012; }

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

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

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

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

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

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

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

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