#792D58

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

Shades of Flirt #792D58

Tints of Flirt #792D58

Color information

#792D58 (or 0x792D58) is unknown color: approx Flirt. HEX triplet: 79, 2D and 58. RGB value is (121,45,88). Sum of RGB (Red+Green+Blue) = 121+45+88=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #792D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D58 is #86D2A7. Grayscale: #484848. Windows color (decimal): -8835752 or 5778809. OLE color: 5778809.

HSL color Cylindrical-coordinate representation of color #792D58: hue angle of 326.05º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #792D58 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1214588-
CMYK00.630.270.53
HSL326.05º45.78%32.55%-
HSV(B)326.05º62.81%47.45%-
XYZ10.586.659.96-
YUV72.63136.68162.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 45 (17.97% from 255) = 17.72%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=47.64%
G=17.72%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121458800.630.270.53326.0545.7832.55
Hex792D5803F1B351462e21
Octal1715513007733655065641
Binary11110011011011011000011111111011110101101000110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792D58; }

 p { color: rgb(121,45,88); }

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

<style>
 a { background-color: #792D58; }

 a { background-color: rgb(121,45,88); }

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

<style>
 span { border-color: #792D58; }

 span { border-color: rgb(121,45,88); }

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