#842A2A

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

Shades of Lusty #842A2A

Tints of Lusty #842A2A

Color information

#842A2A (or 0x842A2A) is unknown color: approx Lusty. HEX triplet: 84, 2A and 2A. RGB value is (132,42,42). Sum of RGB (Red+Green+Blue) = 132+42+42=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #842A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A2A is #7BD5D5. Grayscale: #454545. Windows color (decimal): -8115670 or 2763396. OLE color: 2763396.

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

Color convert

RGB1324242-
CMYK00.680.680.48
HSL51.72%34.12%-
HSV(B)68.18%51.76%-
XYZ10.766.732.92-
YUV68.91112.82173-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.11%
GREEN value IS 42 (16.80% from 255) = 19.44%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=61.11%
G=19.44%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132424200.680.680.48051.7234.12
Hex842A2A044443003422
Octal204525201041046006442
Binary100001001010101010100100010010001001100000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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