#7D2447

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

Shades of Flirt #7D2447

Tints of Flirt #7D2447

Color information

#7D2447 (or 0x7D2447) is unknown color: approx Flirt. HEX triplet: 7D, 24 and 47. RGB value is (125,36,71). Sum of RGB (Red+Green+Blue) = 125+36+71=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2447 is #82DBB8. Grayscale: #424242. Windows color (decimal): -8575929 or 4662397. OLE color: 4662397.

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

Color convert

RGB1253671-
CMYK00.710.430.51
HSL336.4º55.28%31.57%-
HSV(B)336.4º71.2%49.02%-
XYZ10.236.086.6-
YUV66.6130.49169.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.88%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 71 (28.12% from 255) = 30.60%
R=53.88%
G=15.52%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125367100.710.430.51336.455.2831.57
Hex7D24470472B331503720
Octal17544107010753635206740
Binary1111101100100100011101000111101011110011101010000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,36,71); }

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

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

 a { background-color: rgb(125,36,71); }

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

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

 span { border-color: rgb(125,36,71); }

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