#842A28

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

Shades of Lusty #842A28

Tints of Lusty #842A28

Color information

#842A28 (or 0x842A28) is unknown color: approx Lusty. HEX triplet: 84, 2A and 28. RGB value is (132,42,40). Sum of RGB (Red+Green+Blue) = 132+42+40=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #842A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A28 is #7BD5D7. Grayscale: #444444. Windows color (decimal): -8115672 or 2632324. OLE color: 2632324.

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

Color convert

RGB1324240-
CMYK00.680.700.48
HSL1.3º53.49%33.73%-
HSV(B)1.3º69.7%51.76%-
XYZ10.736.712.74-
YUV68.68111.82173.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.68%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=61.68%
G=19.63%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132424000.680.700.481.353.4933.73
Hex842A28044463013522
Octal204525001041066016542
Binary100001001010101010000100010010001101100001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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