#7F3027

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

Shades of Lusty #7F3027

Tints of Lusty #7F3027

Color information

#7F3027 (or 0x7F3027) is unknown color: approx Lusty. HEX triplet: 7F, 30 and 27. RGB value is (127,48,39). Sum of RGB (Red+Green+Blue) = 127+48+39=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3027 is #80CFD8. Grayscale: #464646. Windows color (decimal): -8441817 or 2568319. OLE color: 2568319.

HSL color Cylindrical-coordinate representation of color #7F3027: hue angle of 6.14º degrees, saturation: 0.53, 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 #7F3027 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1274839-
CMYK00.620.690.50
HSL6.14º53.01%32.55%-
HSV(B)6.14º69.29%49.8%-
XYZ10.186.772.69-
YUV70.6110.17168.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.35%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=59.35%
G=22.43%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127483900.620.690.506.1453.0132.55
Hex7F302703E453263521
Octal17760470761056266541
Binary111111111000010011101111101000101110010110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,48,39); }

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

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

 a { background-color: rgb(127,48,39); }

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

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

 span { border-color: rgb(127,48,39); }

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