#7F2352

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

Shades of Flirt #7F2352

Tints of Flirt #7F2352

Color information

#7F2352 (or 0x7F2352) is unknown color: approx Flirt. HEX triplet: 7F, 23 and 52. RGB value is (127,35,82). Sum of RGB (Red+Green+Blue) = 127+35+82=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2352 is #80DCAD. Grayscale: #434343. Windows color (decimal): -8445102 or 5383039. OLE color: 5383039.

HSL color Cylindrical-coordinate representation of color #7F2352: hue angle of 329.35º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F2352 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB1273582-
CMYK00.720.350.50
HSL329.35º56.79%31.76%-
HSV(B)329.35º72.44%49.8%-
XYZ10.886.328.63-
YUV67.87135.98170.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.05%
GREEN value IS 35 (14.06% from 255) = 14.34%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=52.05%
G=14.34%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127358200.720.350.50329.3556.7931.76
Hex7F235204823321493920
Octal17743122011043625117140
Binary1111111100011101001001001000100011110010101001001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,35,82); }

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

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

 a { background-color: rgb(127,35,82); }

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

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

 span { border-color: rgb(127,35,82); }

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