#6F324F

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

Shades of Flirt #6F324F

Tints of Flirt #6F324F

Color information

#6F324F (or 0x6F324F) is unknown color: approx Flirt. HEX triplet: 6F, 32 and 4F. RGB value is (111,50,79). Sum of RGB (Red+Green+Blue) = 111+50+79=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F324F is #90CDB0. Grayscale: #474747. Windows color (decimal): -9489841 or 5190255. OLE color: 5190255.

HSL color Cylindrical-coordinate representation of color #6F324F: hue angle of 331.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F324F is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1115079-
CMYK00.550.290.56
HSL331.48º37.89%31.57%-
HSV(B)331.48º54.95%43.53%-
XYZ9.116.238.12-
YUV71.54132.21156.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=46.25%
G=20.83%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111507900.550.290.56331.4837.8931.57
Hex6F324F0371D3814b2620
Octal1576211706735705134640
Binary11011111100101001111011011111101111000101001011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F324F; }

 p { color: rgb(111,50,79); }

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

<style>
 a { background-color: #6F324F; }

 a { background-color: rgb(111,50,79); }

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

<style>
 span { border-color: #6F324F; }

 span { border-color: rgb(111,50,79); }

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