#7F3852

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

Shades of Flirt #7F3852

Tints of Flirt #7F3852

Color information

#7F3852 (or 0x7F3852) is unknown color: approx Flirt. HEX triplet: 7F, 38 and 52. RGB value is (127,56,82). Sum of RGB (Red+Green+Blue) = 127+56+82=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3852 is #80C7AD. Grayscale: #505050. Windows color (decimal): -8439726 or 5388415. OLE color: 5388415.

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

Color convert

RGB1275682-
CMYK00.560.350.50
HSL338.03º38.8%35.88%-
HSV(B)338.03º55.91%49.8%-
XYZ11.697.958.9-
YUV80.19129.02161.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.92%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=47.92%
G=21.13%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127568200.560.350.50338.0338.835.88
Hex7F385203823321522724
Octal1777012207043625224744
Binary111111111100010100100111000100011110010101010010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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