#842002

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

Shades of Falu Red #842002

Tints of Falu Red #842002

Color information

#842002 (or 0x842002) is unknown color: approx Falu Red. HEX triplet: 84, 20 and 02. RGB value is (132,32,2). Sum of RGB (Red+Green+Blue) = 132+32+2=166 (21% of max value = 765). Red value is 132 (51.95% from 255 or 79.52% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 132 - color contains mainly: red. Hex color #842002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842002 is #7BDFFD. Grayscale: #3A3A3A. Windows color (decimal): -8118270 or 139396. OLE color: 139396.

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

Color convert

RGB132322-
CMYK00.760.980.48
HSL13.85º97.01%26.27%-
HSV(B)13.85º98.48%51.76%-
XYZ10.045.940.68-
YUV58.4896.13180.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 79.52%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=79.52%
G=19.28%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13232200.760.980.4813.8597.0126.27
Hex8420204C6230e611a
Octal2044020114142601614132
Binary10000100100000100100110011000101100001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842002; }

 p { color: rgb(132,32,2); }

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

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

 a { background-color: rgb(132,32,2); }

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

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

 span { border-color: rgb(132,32,2); }

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