#7F2522

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

Shades of Lusty #7F2522

Tints of Lusty #7F2522

Color information

#7F2522 (or 0x7F2522) is unknown color: approx Lusty. HEX triplet: 7F, 25 and 22. RGB value is (127,37,34). Sum of RGB (Red+Green+Blue) = 127+37+34=198 (26% of max value = 765). Red value is 127 (50% from 255 or 64.14% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2522 is #80DADD. Grayscale: #3F3F3F. Windows color (decimal): -8444638 or 2237823. OLE color: 2237823.

HSL color Cylindrical-coordinate representation of color #7F2522: hue angle of 1.94º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F2522 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB1273734-
CMYK00.710.730.50
HSL1.94º57.76%31.57%-
HSV(B)1.94º73.23%49.8%-
XYZ9.75.952.15-
YUV63.57111.32173.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.14%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=64.14%
G=18.69%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127373400.710.730.501.9457.7631.57
Hex7F2522047493223a20
Octal177454201071116227240
Binary111111110010110001001000111100100111001010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,37,34); }

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

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

 a { background-color: rgb(127,37,34); }

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

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

 span { border-color: rgb(127,37,34); }

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