#79365C

Color #79365C Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #79365C

Tints of Flirt #79365C

Color information

#79365C (or 0x79365C) is unknown color: approx Flirt. HEX triplet: 79, 36 and 5C. RGB value is (121,54,92). Sum of RGB (Red+Green+Blue) = 121+54+92=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #79365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79365C is #86C9A3. Grayscale: #4E4E4E. Windows color (decimal): -8833444 or 6043257. OLE color: 6043257.

HSL color Cylindrical-coordinate representation of color #79365C: hue angle of 325.97º 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 #79365C is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1215492-
CMYK00.550.240.53
HSL325.97º38.29%34.31%-
HSV(B)325.97º55.37%47.45%-
XYZ11.147.4810.98-
YUV78.36135.7158.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.32%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=45.32%
G=20.22%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121549200.550.240.53325.9738.2934.31
Hex79365C03718351462622
Octal1716613406730655064642
Binary11110011101101011100011011111000110101101000110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79365C; }

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

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

<style>
 a { background-color: #79365C; }

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

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

<style>
 span { border-color: #79365C; }

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

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