#7D2D58

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

Shades of Flirt #7D2D58

Tints of Flirt #7D2D58

Color information

#7D2D58 (or 0x7D2D58) is unknown color: approx Flirt. HEX triplet: 7D, 2D and 58. RGB value is (125,45,88). Sum of RGB (Red+Green+Blue) = 125+45+88=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2D58 is #82D2A7. Grayscale: #494949. Windows color (decimal): -8573608 or 5778813. OLE color: 5778813.

HSL color Cylindrical-coordinate representation of color #7D2D58: hue angle of 327.75º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D2D58 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1254588-
CMYK00.640.300.51
HSL327.75º47.06%33.33%-
HSV(B)327.75º64%49.02%-
XYZ11.166.949.98-
YUV73.82136164.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.45%
GREEN value IS 45 (17.97% from 255) = 17.44%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=48.45%
G=17.44%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125458800.640.300.51327.7547.0633.33
Hex7D2D580401E331482f21
Octal17555130010036635105741
Binary111110110110110110000100000011110110011101001000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,45,88); }

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

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

 a { background-color: rgb(125,45,88); }

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

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

 span { border-color: rgb(125,45,88); }

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