#7E3028

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

Shades of Lusty #7E3028

Tints of Lusty #7E3028

Color information

#7E3028 (or 0x7E3028) is unknown color: approx Lusty. HEX triplet: 7E, 30 and 28. RGB value is (126,48,40). Sum of RGB (Red+Green+Blue) = 126+48+40=214 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.88% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3028 is #81CFD7. Grayscale: #464646. Windows color (decimal): -8507352 or 2633854. OLE color: 2633854.

HSL color Cylindrical-coordinate representation of color #7E3028: hue angle of 5.58º 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 #7E3028 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1264840-
CMYK00.620.680.51
HSL5.58º51.81%32.55%-
HSV(B)5.58º68.25%49.41%-
XYZ10.046.72.77-
YUV70.41110.84167.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 58.88%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=58.88%
G=22.43%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126484000.620.680.515.5851.8132.55
Hex7E302803E443363421
Octal17660500761046366441
Binary111111011000010100001111101000100110011110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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