#842D2A

Color #842D2A Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #842D2A

Tints of Lusty #842D2A

Color information

#842D2A (or 0x842D2A) is unknown color: approx Lusty. HEX triplet: 84, 2D and 2A. RGB value is (132,45,42). Sum of RGB (Red+Green+Blue) = 132+45+42=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #842D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D2A is #7BD2D5. Grayscale: #464646. Windows color (decimal): -8114902 or 2764164. OLE color: 2764164.

HSL color Cylindrical-coordinate representation of color #842D2A: hue angle of 2º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842D2A is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1324542-
CMYK00.660.680.48
HSL51.72%34.12%-
HSV(B)68.18%51.76%-
XYZ10.876.952.96-
YUV70.67111.82171.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=60.27%
G=20.55%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132454200.660.680.48251.7234.12
Hex842D2A042443023422
Octal204555201021046026442
Binary1000010010110110101001000010100010011000010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842D2A; }

 p { color: rgb(132,45,42); }

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

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

 a { background-color: rgb(132,45,42); }

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

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

 span { border-color: rgb(132,45,42); }

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