#852102

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

Shades of Falu Red #852102

Tints of Falu Red #852102

Color information

#852102 (or 0x852102) is unknown color: approx Falu Red. HEX triplet: 85, 21 and 02. RGB value is (133,33,2). Sum of RGB (Red+Green+Blue) = 133+33+2=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #852102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852102 is #7ADEFD. Grayscale: #3B3B3B. Windows color (decimal): -8052478 or 139653. OLE color: 139653.

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

Color convert

RGB133332-
CMYK00.750.980.48
HSL14.2º97.04%26.47%-
HSV(B)14.2º98.5%52.16%-
XYZ10.236.080.69-
YUV59.3795.63180.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.17%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=79.17%
G=19.64%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13333200.750.980.4814.297.0426.47
Hex8521204B6230e611a
Octal2054120113142601614132
Binary10000101100001100100101111000101100001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852102; }

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

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

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

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

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

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

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

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