#7E3228

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

Shades of Lusty #7E3228

Tints of Lusty #7E3228

Color information

#7E3228 (or 0x7E3228) is unknown color: approx Lusty. HEX triplet: 7E, 32 and 28. RGB value is (126,50,40). Sum of RGB (Red+Green+Blue) = 126+50+40=216 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.33% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3228 is #81CDD7. Grayscale: #474747. Windows color (decimal): -8506840 or 2634366. OLE color: 2634366.

HSL color Cylindrical-coordinate representation of color #7E3228: hue angle of 6.98º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E3228 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1265040-
CMYK00.600.680.51
HSL6.98º51.81%32.55%-
HSV(B)6.98º68.25%49.41%-
XYZ10.136.872.8-
YUV71.58110.18166.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 58.33%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=58.33%
G=23.15%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126504000.600.680.516.9851.8132.55
Hex7E322803C443373421
Octal17662500741046376441
Binary111111011001010100001111001000100110011111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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