#7E2621

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

Shades of Lusty #7E2621

Tints of Lusty #7E2621

Color information

#7E2621 (or 0x7E2621) is unknown color: approx Lusty. HEX triplet: 7E, 26 and 21. RGB value is (126,38,33). Sum of RGB (Red+Green+Blue) = 126+38+33=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2621 is #81D9DE. Grayscale: #3F3F3F. Windows color (decimal): -8509919 or 2172542. OLE color: 2172542.

HSL color Cylindrical-coordinate representation of color #7E2621: hue angle of 3.23º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E2621 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB1263833-
CMYK00.700.740.51
HSL3.23º58.49%31.18%-
HSV(B)3.23º73.81%49.41%-
XYZ9.575.932.08-
YUV63.74110.65172.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 63.96%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=63.96%
G=19.29%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126383300.700.740.513.2358.4931.18
Hex7E26210464A3333a1f
Octal176464101061126337237
Binary11111101001101000010100011010010101100111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,38,33); }

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

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

 a { background-color: rgb(126,38,33); }

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

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

 span { border-color: rgb(126,38,33); }

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