#7F1B40

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

Shades of Flirt #7F1B40

Tints of Flirt #7F1B40

Color information

#7F1B40 (or 0x7F1B40) is unknown color: approx Flirt. HEX triplet: 7F, 1B and 40. RGB value is (127,27,64). Sum of RGB (Red+Green+Blue) = 127+27+64=218 (28% of max value = 765). Red value is 127 (50% from 255 or 58.26% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1B40 is #80E4BF. Grayscale: #3D3D3D. Windows color (decimal): -8447168 or 4201343. OLE color: 4201343.

HSL color Cylindrical-coordinate representation of color #7F1B40: hue angle of 337.8º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F1B40 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB1272764-
CMYK00.790.500.50
HSL337.8º64.94%30.2%-
HSV(B)337.8º78.74%49.8%-
XYZ10.075.675.41-
YUV61.12129.63174.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 58.26%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=58.26%
G=12.39%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127276400.790.500.50337.864.9430.2
Hex7F1B4004F3232152411e
Octal177331000117626252210136
Binary111111111011100000001001111110010110010101010010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,27,64); }

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

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

 a { background-color: rgb(127,27,64); }

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

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

 span { border-color: rgb(127,27,64); }

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