#852502

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

Shades of Falu Red #852502

Tints of Falu Red #852502

Color information

#852502 (or 0x852502) is unknown color: approx Falu Red. HEX triplet: 85, 25 and 02. RGB value is (133,37,2). Sum of RGB (Red+Green+Blue) = 133+37+2=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #852502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852502 is #7ADAFD. Grayscale: #3D3D3D. Windows color (decimal): -8051454 or 140677. OLE color: 140677.

HSL color Cylindrical-coordinate representation of color #852502: hue angle of 16.03º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #852502 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB133372-
CMYK00.720.980.48
HSL16.03º97.04%26.47%-
HSV(B)16.03º98.5%52.16%-
XYZ10.356.310.73-
YUV61.7194.3178.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 77.33%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=77.33%
G=21.51%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13337200.720.980.4816.0397.0426.47
Hex85252048623010611a
Octal2054520110142602014132
Binary100001011001011001001000110001011000010000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852502; }

 p { color: rgb(133,37,2); }

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

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

 a { background-color: rgb(133,37,2); }

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

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

 span { border-color: rgb(133,37,2); }

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