#842B29

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

Shades of Lusty #842B29

Tints of Lusty #842B29

Color information

#842B29 (or 0x842B29) is unknown color: approx Lusty. HEX triplet: 84, 2B and 29. RGB value is (132,43,41). Sum of RGB (Red+Green+Blue) = 132+43+41=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #842B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842B29 is #7BD4D6. Grayscale: #454545. Windows color (decimal): -8115415 or 2698116. OLE color: 2698116.

HSL color Cylindrical-coordinate representation of color #842B29: hue angle of 1.32º 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 #842B29 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1324341-
CMYK00.670.690.48
HSL1.32º52.6%33.92%-
HSV(B)1.32º68.94%51.76%-
XYZ10.786.792.84-
YUV69.38111.99172.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.11%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=61.11%
G=19.91%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132434100.670.690.481.3252.633.92
Hex842B29043453013522
Octal204535101031056016542
Binary100001001010111010010100001110001011100001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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