#7F1B4C

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

Shades of Flirt #7F1B4C

Tints of Flirt #7F1B4C

Color information

#7F1B4C (or 0x7F1B4C) is unknown color: approx Flirt. HEX triplet: 7F, 1B and 4C. RGB value is (127,27,76). Sum of RGB (Red+Green+Blue) = 127+27+76=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1B4C is #80E4B3. Grayscale: #3E3E3E. Windows color (decimal): -8447156 or 4987775. OLE color: 4987775.

HSL color Cylindrical-coordinate representation of color #7F1B4C: hue angle of 330.6º 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 #7F1B4C is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1272776-
CMYK00.790.400.50
HSL330.6º64.94%30.2%-
HSV(B)330.6º78.74%49.8%-
XYZ10.455.827.41-
YUV62.49135.63174.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.22%
GREEN value IS 27 (10.94% from 255) = 11.74%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=55.22%
G=11.74%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127277600.790.400.50330.664.9430.2
Hex7F1B4C04F283214b411e
Octal177331140117506251310136
Binary111111111011100110001001111101000110010101001011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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