#852108

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

Shades of Falu Red #852108

Tints of Falu Red #852108

Color information

#852108 (or 0x852108) is unknown color: approx Falu Red. HEX triplet: 85, 21 and 08. RGB value is (133,33,8). Sum of RGB (Red+Green+Blue) = 133+33+8=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #852108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852108 is #7ADEF7. Grayscale: #3C3C3C. Windows color (decimal): -8052472 or 532869. OLE color: 532869.

HSL color Cylindrical-coordinate representation of color #852108: hue angle of 12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #852108 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB133338-
CMYK00.750.940.48
HSL12º88.65%27.65%-
HSV(B)12º93.98%52.16%-
XYZ10.266.090.86-
YUV60.0598.63180.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.44%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=76.44%
G=18.97%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13333800.750.940.481288.6527.65
Hex8521804B5E30c591c
Octal20541100113136601413134
Binary1000010110000110000100101110111101100001100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852108; }

 p { color: rgb(133,33,8); }

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

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

 a { background-color: rgb(133,33,8); }

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

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

 span { border-color: rgb(133,33,8); }

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