#7D264E

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

Shades of Flirt #7D264E

Tints of Flirt #7D264E

Color information

#7D264E (or 0x7D264E) is unknown color: approx Flirt. HEX triplet: 7D, 26 and 4E. RGB value is (125,38,78). Sum of RGB (Red+Green+Blue) = 125+38+78=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D264E is #82D9B1. Grayscale: #444444. Windows color (decimal): -8575410 or 5121661. OLE color: 5121661.

HSL color Cylindrical-coordinate representation of color #7D264E: hue angle of 332.41º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D264E is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB1253878-
CMYK00.700.380.51
HSL332.41º53.37%31.96%-
HSV(B)332.41º69.6%49.02%-
XYZ10.536.37.87-
YUV68.57133.32168.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.87%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=51.87%
G=15.77%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125387800.700.380.51332.4153.3731.96
Hex7D264E046263314c3520
Octal17546116010646635146540
Binary1111101100110100111001000110100110110011101001100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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