#79366F

Color #79366F Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #79366F

Tints of Eminence #79366F

Color information

#79366F (or 0x79366F) is unknown color: approx Eminence. HEX triplet: 79, 36 and 6F. RGB value is (121,54,111). Sum of RGB (Red+Green+Blue) = 121+54+111=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #79366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79366F is #86C990. Grayscale: #505050. Windows color (decimal): -8833425 or 7288441. OLE color: 7288441.

HSL color Cylindrical-coordinate representation of color #79366F: hue angle of 308.96º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79366F is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12154111-
CMYK00.550.080.53
HSL308.96º38.29%34.31%-
HSV(B)308.96º55.37%47.45%-
XYZ12.077.8515.92-
YUV80.53145.2156.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=42.31%
G=18.88%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215411100.550.080.53308.9638.2934.31
Hex79366F0378351352622
Octal1716615706710654654642
Binary1111001110110110111101101111000110101100110101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79366F; }

 p { color: rgb(121,54,111); }

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

<style>
 a { background-color: #79366F; }

 a { background-color: rgb(121,54,111); }

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

<style>
 span { border-color: #79366F; }

 span { border-color: rgb(121,54,111); }

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