#7A1F4F

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

Shades of Flirt #7A1F4F

Tints of Flirt #7A1F4F

Color information

#7A1F4F (or 0x7A1F4F) is unknown color: approx Flirt. HEX triplet: 7A, 1F and 4F. RGB value is (122,31,79). Sum of RGB (Red+Green+Blue) = 122+31+79=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1F4F is #85E0B0. Grayscale: #3F3F3F. Windows color (decimal): -8773809 or 5185402. OLE color: 5185402.

HSL color Cylindrical-coordinate representation of color #7A1F4F: hue angle of 328.35º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1F4F is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB1223179-
CMYK00.750.350.52
HSL328.35º59.48%30%-
HSV(B)328.35º74.59%47.84%-
XYZ9.935.687.97-
YUV63.68136.65169.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.59%
GREEN value IS 31 (12.5% from 255) = 13.36%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=52.59%
G=13.36%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122317900.750.350.52328.3559.4830
Hex7A1F4F04B23341483b1e
Octal17237117011343645107336
Binary11110101111110011110100101110001111010010100100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,31,79); }

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

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

 a { background-color: rgb(122,31,79); }

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

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

 span { border-color: rgb(122,31,79); }

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