#7F1D48

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

Shades of Flirt #7F1D48

Tints of Flirt #7F1D48

Color information

#7F1D48 (or 0x7F1D48) is unknown color: approx Flirt. HEX triplet: 7F, 1D and 48. RGB value is (127,29,72). Sum of RGB (Red+Green+Blue) = 127+29+72=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1D48 is #80E2B7. Grayscale: #3F3F3F. Windows color (decimal): -8446648 or 4726143. OLE color: 4726143.

HSL color Cylindrical-coordinate representation of color #7F1D48: hue angle of 333.67º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F1D48 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1272972-
CMYK00.770.430.50
HSL333.67º62.82%30.59%-
HSV(B)333.67º77.17%49.8%-
XYZ10.365.866.72-
YUV63.2132.97173.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.70%
GREEN value IS 29 (11.72% from 255) = 12.72%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=55.70%
G=12.72%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127297200.770.430.50333.6762.8230.59
Hex7F1D4804D2B3214e3f1f
Octal17735110011553625167737
Binary11111111110110010000100110110101111001010100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,29,72); }

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

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

 a { background-color: rgb(127,29,72); }

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

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

 span { border-color: rgb(127,29,72); }

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