#852005

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

Shades of Falu Red #852005

Tints of Falu Red #852005

Color information

#852005 (or 0x852005) is unknown color: approx Falu Red. HEX triplet: 85, 20 and 05. RGB value is (133,32,5). Sum of RGB (Red+Green+Blue) = 133+32+5=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #852005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852005 is #7ADFFA. Grayscale: #3B3B3B. Windows color (decimal): -8052731 or 336005. OLE color: 336005.

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

Color convert

RGB133325-
CMYK00.760.960.48
HSL12.66º92.75%27.06%-
HSV(B)12.66º96.24%52.16%-
XYZ10.226.030.77-
YUV59.1297.46180.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.24%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=78.24%
G=18.82%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13332500.760.960.4812.6692.7527.06
Hex8520504C6030d5d1b
Octal2054050114140601513533
Binary100001011000001010100110011000001100001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852005; }

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

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

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

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

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

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

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

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