#7A2749

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

Shades of Flirt #7A2749

Tints of Flirt #7A2749

Color information

#7A2749 (or 0x7A2749) is unknown color: approx Flirt. HEX triplet: 7A, 27 and 49. RGB value is (122,39,73). Sum of RGB (Red+Green+Blue) = 122+39+73=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2749 is #85D8B6. Grayscale: #434343. Windows color (decimal): -8771767 or 4794234. OLE color: 4794234.

HSL color Cylindrical-coordinate representation of color #7A2749: hue angle of 335.42º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A2749 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB1223973-
CMYK00.680.400.52
HSL335.42º51.55%31.57%-
HSV(B)335.42º68.03%47.84%-
XYZ9.956.076.95-
YUV67.69131166.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.14%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=52.14%
G=16.67%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122397300.680.400.52335.4251.5531.57
Hex7A2749044283414f3420
Octal17247111010450645176440
Binary1111010100111100100101000100101000110100101001111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A2749; }

 p { color: rgb(122,39,73); }

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

<style>
 a { background-color: #7A2749; }

 a { background-color: rgb(122,39,73); }

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

<style>
 span { border-color: #7A2749; }

 span { border-color: rgb(122,39,73); }

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