#7F322D

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

Shades of Lusty #7F322D

Tints of Lusty #7F322D

Color information

#7F322D (or 0x7F322D) is unknown color: approx Lusty. HEX triplet: 7F, 32 and 2D. RGB value is (127,50,45). Sum of RGB (Red+Green+Blue) = 127+50+45=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F322D is #80CDD2. Grayscale: #484848. Windows color (decimal): -8441299 or 2962047. OLE color: 2962047.

HSL color Cylindrical-coordinate representation of color #7F322D: hue angle of 3.66º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F322D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1275045-
CMYK00.610.650.50
HSL3.66º47.67%33.73%-
HSV(B)3.66º64.57%49.8%-
XYZ10.376.983.28-
YUV72.45112.51166.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.21%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=57.21%
G=22.52%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127504500.610.650.503.6647.6733.73
Hex7F322D03D413243022
Octal17762550751016246042
Binary111111111001010110101111011000001110010100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,50,45); }

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

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

 a { background-color: rgb(127,50,45); }

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

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

 span { border-color: rgb(127,50,45); }

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