#7F1C42

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

Shades of Flirt #7F1C42

Tints of Flirt #7F1C42

Color information

#7F1C42 (or 0x7F1C42) is unknown color: approx Flirt. HEX triplet: 7F, 1C and 42. RGB value is (127,28,66). Sum of RGB (Red+Green+Blue) = 127+28+66=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1C42 is #80E3BD. Grayscale: #3D3D3D. Windows color (decimal): -8446910 or 4332671. OLE color: 4332671.

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

Color convert

RGB1272866-
CMYK00.780.480.50
HSL336.97º63.87%30.39%-
HSV(B)336.97º77.95%49.8%-
XYZ10.155.745.73-
YUV61.93130.3174.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.47%
GREEN value IS 28 (11.33% from 255) = 12.67%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=57.47%
G=12.67%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127286600.780.480.50336.9763.8730.39
Hex7F1C4204E3032151401e
Octal177341020116606252110036
Binary111111111100100001001001110110000110010101010001100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,28,66); }

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

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

 a { background-color: rgb(127,28,66); }

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

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

 span { border-color: rgb(127,28,66); }

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