#79342B

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

Shades of Lusty #79342B

Tints of Lusty #79342B

Color information

#79342B (or 0x79342B) is unknown color: approx Lusty. HEX triplet: 79, 34 and 2B. RGB value is (121,52,43). Sum of RGB (Red+Green+Blue) = 121+52+43=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #79342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79342B is #86CBD4. Grayscale: #474747. Windows color (decimal): -8834005 or 2831481. OLE color: 2831481.

HSL color Cylindrical-coordinate representation of color #79342B: hue angle of 6.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79342B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1215243-
CMYK00.570.640.53
HSL6.92º47.56%32.16%-
HSV(B)6.92º64.46%47.45%-
XYZ9.556.73.07-
YUV71.6111.86163.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.02%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=56.02%
G=24.07%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121524300.570.640.536.9247.5632.16
Hex79342B039403573020
Octal17164530711006576040
Binary111100111010010101101110011000000110101111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79342B; }

 p { color: rgb(121,52,43); }

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

<style>
 a { background-color: #79342B; }

 a { background-color: rgb(121,52,43); }

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

<style>
 span { border-color: #79342B; }

 span { border-color: rgb(121,52,43); }

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