#842d29

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

Shades of Lusty #842D29

Tints of Lusty #842D29

Color information

#842D29 (or 0x842D29) is unknown color: approx Lusty. HEX triplet: 84, 2D and 29. RGB value is (132,45,41). Sum of RGB (Red+Green+Blue) = 132+45+41=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #842D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D29 is #7BD2D6. Grayscale: #464646. Windows color (decimal): -8114903 or 2698628. OLE color: 2698628.

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

Color convert

RGB1324541-
CMYK00.660.690.48
HSL2.64º52.6%33.92%-
HSV(B)2.64º68.94%51.76%-
XYZ10.856.942.87-
YUV70.56111.32171.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 45 (17.97% from 255) = 20.64%
BLUE value IS 41 (16.41% from 255) = 18.81%
R=60.55%
G=20.64%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132454100.660.690.482.6452.633.92
Hex842D29042453033522
Octal204555101021056036542
Binary1000010010110110100101000010100010111000011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842d29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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