#7F3228

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

Shades of Lusty #7F3228

Tints of Lusty #7F3228

Color information

#7F3228 (or 0x7F3228) is unknown color: approx Lusty. HEX triplet: 7F, 32 and 28. RGB value is (127,50,40). Sum of RGB (Red+Green+Blue) = 127+50+40=217 (28% of max value = 765). Red value is 127 (50% from 255 or 58.53% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3228 is #80CDD7. Grayscale: #484848. Windows color (decimal): -8441304 or 2634367. OLE color: 2634367.

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

Color convert

RGB1275040-
CMYK00.610.690.50
HSL6.9º52.1%32.75%-
HSV(B)6.9º68.5%49.8%-
XYZ10.286.952.81-
YUV71.88110.01167.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 58.53%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=58.53%
G=23.04%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127504000.610.690.506.952.132.75
Hex7F322803D453273421
Octal17762500751056276441
Binary111111111001010100001111011000101110010111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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