#7D332A

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

Shades of Lusty #7D332A

Tints of Lusty #7D332A

Color information

#7D332A (or 0x7D332A) is unknown color: approx Lusty. HEX triplet: 7D, 33 and 2A. RGB value is (125,51,42). Sum of RGB (Red+Green+Blue) = 125+51+42=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D332A is #82CCD5. Grayscale: #484848. Windows color (decimal): -8572118 or 2765693. OLE color: 2765693.

HSL color Cylindrical-coordinate representation of color #7D332A: hue angle of 6.51º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D332A is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB1255142-
CMYK00.590.660.51
HSL6.51º49.7%32.75%-
HSV(B)6.51º66.4%49.02%-
XYZ10.066.892.99-
YUV72.1111.02165.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 57.34%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=57.34%
G=23.39%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125514200.590.660.516.5149.732.75
Hex7D332A03B423373221
Octal17563520731026376241
Binary111110111001110101001110111000010110011111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,51,42); }

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

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

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

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

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

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

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