#7D285F

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

Shades of Flirt #7D285F

Tints of Flirt #7D285F

Color information

#7D285F (or 0x7D285F) is unknown color: approx Flirt. HEX triplet: 7D, 28 and 5F. RGB value is (125,40,95). Sum of RGB (Red+Green+Blue) = 125+40+95=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D285F is #82D7A0. Grayscale: #474747. Windows color (decimal): -8574881 or 6236285. OLE color: 6236285.

HSL color Cylindrical-coordinate representation of color #7D285F: hue angle of 321.18º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D285F is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB1254095-
CMYK00.680.240.51
HSL321.18º51.52%32.35%-
HSV(B)321.18º68%49.02%-
XYZ11.286.711.53-
YUV71.68141.16166.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.08%
GREEN value IS 40 (16.02% from 255) = 15.38%
BLUE value IS 95 (37.5% from 255) = 36.54%
R=48.08%
G=15.38%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125409500.680.240.51321.1851.5232.35
Hex7D285F04418331413420
Octal17550137010430635016440
Binary111110110100010111110100010011000110011101000001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,40,95); }

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

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

 a { background-color: rgb(125,40,95); }

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

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

 span { border-color: rgb(125,40,95); }

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