#7E312B

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

Shades of Lusty #7E312B

Tints of Lusty #7E312B

Color information

#7E312B (or 0x7E312B) is unknown color: approx Lusty. HEX triplet: 7E, 31 and 2B. RGB value is (126,49,43). Sum of RGB (Red+Green+Blue) = 126+49+43=218 (28% of max value = 765). Red value is 126 (49.61% from 255 or 57.80% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 126 - color contains mainly: red. Hex color #7E312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E312B is #81CED4. Grayscale: #474747. Windows color (decimal): -8507093 or 2830718. OLE color: 2830718.

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

Color convert

RGB1264943-
CMYK00.610.660.51
HSL4.34º49.11%33.14%-
HSV(B)4.34º65.87%49.41%-
XYZ10.146.813.06-
YUV71.34112.01166.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 57.80%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=57.80%
G=22.48%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126494300.610.660.514.3449.1133.14
Hex7E312B03D423343121
Octal17661530751026346141
Binary111111011000110101101111011000010110011100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,49,43); }

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

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

 a { background-color: rgb(126,49,43); }

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

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

 span { border-color: rgb(126,49,43); }

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