#7A3249

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

Shades of Flirt #7A3249

Tints of Flirt #7A3249

Color information

#7A3249 (or 0x7A3249) is unknown color: approx Flirt. HEX triplet: 7A, 32 and 49. RGB value is (122,50,73). Sum of RGB (Red+Green+Blue) = 122+50+73=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3249 is #85CDB6. Grayscale: #4A4A4A. Windows color (decimal): -8768951 or 4797050. OLE color: 4797050.

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

Color convert

RGB1225073-
CMYK00.590.400.52
HSL340.83º41.86%33.73%-
HSV(B)340.83º59.02%47.84%-
XYZ10.376.97.09-
YUV74.15127.35162.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.80%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=49.80%
G=20.41%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122507300.590.400.52340.8341.8633.73
Hex7A324903B28341552a22
Octal1726211107350645255242
Binary111101011001010010010111011101000110100101010101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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