#7f1851

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

Shades of Flirt #7F1851

Tints of Flirt #7F1851

Color information

#7F1851 (or 0x7F1851) is unknown color: approx Flirt. HEX triplet: 7F, 18 and 51. RGB value is (127,24,81). Sum of RGB (Red+Green+Blue) = 127+24+81=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1851 is #80E7AE. Grayscale: #3D3D3D. Windows color (decimal): -8447919 or 5314687. OLE color: 5314687.

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

Color convert

RGB1272481-
CMYK00.810.360.50
HSL326.8º68.21%29.61%-
HSV(B)326.8º81.1%49.8%-
XYZ10.565.768.34-
YUV61.3139.12174.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.74%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=54.74%
G=10.34%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127248100.810.360.50326.868.2129.61
Hex7F18510512432147441e
Octal177301210121446250710436
Binary111111111000101000101010001100100110010101000111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f1851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,24,81); }

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

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

 a { background-color: rgb(127,24,81); }

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

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

 span { border-color: rgb(127,24,81); }

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