#7A224C

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

Shades of Flirt #7A224C

Tints of Flirt #7A224C

Color information

#7A224C (or 0x7A224C) is unknown color: approx Flirt. HEX triplet: 7A, 22 and 4C. RGB value is (122,34,76). Sum of RGB (Red+Green+Blue) = 122+34+76=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A224C is #85DDB3. Grayscale: #414141. Windows color (decimal): -8773044 or 4989562. OLE color: 4989562.

HSL color Cylindrical-coordinate representation of color #7A224C: hue angle of 331.36º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A224C is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB1223476-
CMYK00.720.380.52
HSL331.36º56.41%30.59%-
HSV(B)331.36º72.13%47.84%-
XYZ9.95.87.44-
YUV65.1134.15168.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.59%
GREEN value IS 34 (13.67% from 255) = 14.66%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=52.59%
G=14.66%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122347600.720.380.52331.3656.4130.59
Hex7A224C048263414b381f
Octal17242114011046645137037
Binary111101010001010011000100100010011011010010100101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,34,76); }

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

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

 a { background-color: rgb(122,34,76); }

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

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

 span { border-color: rgb(122,34,76); }

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