#7A225B

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

Shades of Flirt #7A225B

Tints of Flirt #7A225B

Color information

#7A225B (or 0x7A225B) is unknown color: approx Flirt. HEX triplet: 7A, 22 and 5B. RGB value is (122,34,91). Sum of RGB (Red+Green+Blue) = 122+34+91=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A225B is #85DDA4. Grayscale: #424242. Windows color (decimal): -8773029 or 5972602. OLE color: 5972602.

HSL color Cylindrical-coordinate representation of color #7A225B: hue angle of 321.14º 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 #7A225B is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB1223491-
CMYK00.720.250.52
HSL321.14º56.41%30.59%-
HSV(B)321.14º72.13%47.84%-
XYZ10.496.0410.51-
YUV66.81141.65167.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.39%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=49.39%
G=13.77%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122349100.720.250.52321.1456.4130.59
Hex7A225B0481934141381f
Octal17242133011031645017037
Binary11110101000101011011010010001100111010010100000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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