#7A2D21

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

Shades of Lusty #7A2D21

Tints of Lusty #7A2D21

Color information

#7A2D21 (or 0x7A2D21) is unknown color: approx Lusty. HEX triplet: 7A, 2D and 21. RGB value is (122,45,33). Sum of RGB (Red+Green+Blue) = 122+45+33=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2D21 is #85D2DE. Grayscale: #424242. Windows color (decimal): -8770271 or 2174330. OLE color: 2174330.

HSL color Cylindrical-coordinate representation of color #7A2D21: hue angle of 8.09º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2D21 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB1224533-
CMYK00.630.730.52
HSL8.09º57.42%30.39%-
HSV(B)8.09º72.95%47.84%-
XYZ9.246.122.13-
YUV66.66109.01167.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=61%
G=22.5%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122453300.630.730.528.0957.4230.39
Hex7A2D2103F49348391e
Octal172554107711164107136
Binary111101010110110000101111111001001110100100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A2D21; }

 p { color: rgb(122,45,33); }

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

<style>
 a { background-color: #7A2D21; }

 a { background-color: rgb(122,45,33); }

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

<style>
 span { border-color: #7A2D21; }

 span { border-color: rgb(122,45,33); }

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