#852008

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

Shades of Falu Red #852008

Tints of Falu Red #852008

Color information

#852008 (or 0x852008) is unknown color: approx Falu Red. HEX triplet: 85, 20 and 08. RGB value is (133,32,8). Sum of RGB (Red+Green+Blue) = 133+32+8=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #852008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852008 is #7ADFF7. Grayscale: #3B3B3B. Windows color (decimal): -8052728 or 532613. OLE color: 532613.

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

Color convert

RGB133328-
CMYK00.760.940.48
HSL11.52º88.65%27.65%-
HSV(B)11.52º93.98%52.16%-
XYZ10.236.040.86-
YUV59.4698.96180.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.88%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=76.88%
G=18.50%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13332800.760.940.4811.5288.6527.65
Hex8520804C5E30c591c
Octal20540100114136601413134
Binary1000010110000010000100110010111101100001100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852008; }

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

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

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

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

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

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

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

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