#792C52

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

Shades of Flirt #792C52

Tints of Flirt #792C52

Color information

#792C52 (or 0x792C52) is unknown color: approx Flirt. HEX triplet: 79, 2C and 52. RGB value is (121,44,82). Sum of RGB (Red+Green+Blue) = 121+44+82=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 121 - color contains mainly: red. Hex color #792C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792C52 is #86D3AD. Grayscale: #474747. Windows color (decimal): -8836014 or 5385337. OLE color: 5385337.

HSL color Cylindrical-coordinate representation of color #792C52: hue angle of 330.39º degrees, saturation: 0.47, 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 #792C52 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1214482-
CMYK00.640.320.53
HSL330.39º46.67%32.35%-
HSV(B)330.39º63.64%47.45%-
XYZ10.316.488.69-
YUV71.36134.01163.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.99%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=48.99%
G=17.81%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121448200.640.320.53330.3946.6732.35
Hex792C52040203514a2f20
Octal17154122010040655125740
Binary1111001101100101001001000000100000110101101001010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,44,82); }

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

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

 a { background-color: rgb(121,44,82); }

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

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

 span { border-color: rgb(121,44,82); }

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