#7D322B

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

Shades of Lusty #7D322B

Tints of Lusty #7D322B

Color information

#7D322B (or 0x7D322B) is unknown color: approx Lusty. HEX triplet: 7D, 32 and 2B. RGB value is (125,50,43). Sum of RGB (Red+Green+Blue) = 125+50+43=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D322B is #82CDD4. Grayscale: #474747. Windows color (decimal): -8572373 or 2830973. OLE color: 2830973.

HSL color Cylindrical-coordinate representation of color #7D322B: hue angle of 5.12º degrees, saturation: 0.49, 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 #7D322B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB1255043-
CMYK00.600.660.51
HSL5.12º48.81%32.94%-
HSV(B)5.12º65.6%49.02%-
XYZ10.036.823.07-
YUV71.63111.85166.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 57.34%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=57.34%
G=22.94%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125504300.600.660.515.1248.8132.94
Hex7D322B03C423353121
Octal17562530741026356141
Binary111110111001010101101111001000010110011101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,50,43); }

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

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

 a { background-color: rgb(125,50,43); }

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

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

 span { border-color: rgb(125,50,43); }

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