#7D224E

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

Shades of Flirt #7D224E

Tints of Flirt #7D224E

Color information

#7D224E (or 0x7D224E) is unknown color: approx Flirt. HEX triplet: 7D, 22 and 4E. RGB value is (125,34,78). Sum of RGB (Red+Green+Blue) = 125+34+78=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D224E is #82DDB1. Grayscale: #424242. Windows color (decimal): -8576434 or 5120637. OLE color: 5120637.

HSL color Cylindrical-coordinate representation of color #7D224E: hue angle of 330.99º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D224E is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB1253478-
CMYK00.730.380.51
HSL330.99º57.23%31.18%-
HSV(B)330.99º72.8%49.02%-
XYZ10.46.057.83-
YUV66.22134.65169.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.74%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=52.74%
G=14.35%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125347800.730.380.51330.9957.2331.18
Hex7D224E049263314b391f
Octal17542116011146635137137
Binary111110110001010011100100100110011011001110100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,34,78); }

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

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

 a { background-color: rgb(125,34,78); }

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

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

 span { border-color: rgb(125,34,78); }

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