#7D264D

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

Shades of Flirt #7D264D

Tints of Flirt #7D264D

Color information

#7D264D (or 0x7D264D) is unknown color: approx Flirt. HEX triplet: 7D, 26 and 4D. RGB value is (125,38,77). Sum of RGB (Red+Green+Blue) = 125+38+77=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D264D is #82D9B2. Grayscale: #444444. Windows color (decimal): -8575411 or 5056125. OLE color: 5056125.

HSL color Cylindrical-coordinate representation of color #7D264D: hue angle of 333.1º 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 #7D264D is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB1253877-
CMYK00.700.380.51
HSL333.1º53.37%31.96%-
HSV(B)333.1º69.6%49.02%-
XYZ10.496.287.68-
YUV68.46132.82168.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.08%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=52.08%
G=15.83%
B=32.08%

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
Decimal125387700.700.380.51333.153.3731.96
Hex7D264D046263314d3520
Octal17546115010646635156540
Binary1111101100110100110101000110100110110011101001101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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