#852402

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

Shades of Falu Red #852402

Tints of Falu Red #852402

Color information

#852402 (or 0x852402) is unknown color: approx Falu Red. HEX triplet: 85, 24 and 02. RGB value is (133,36,2). Sum of RGB (Red+Green+Blue) = 133+36+2=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #852402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852402 is #7ADBFD. Grayscale: #3D3D3D. Windows color (decimal): -8051710 or 140421. OLE color: 140421.

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

Color convert

RGB133362-
CMYK00.730.980.48
HSL15.57º97.04%26.47%-
HSV(B)15.57º98.5%52.16%-
XYZ10.316.250.72-
YUV61.1394.64179.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 77.78%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=77.78%
G=21.05%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13336200.730.980.4815.5797.0426.47
Hex85242049623010611a
Octal2054420111142602014132
Binary100001011001001001001001110001011000010000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852402; }

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

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

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

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

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

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

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

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