#6F3249

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

Shades of Flirt #6F3249

Tints of Flirt #6F3249

Color information

#6F3249 (or 0x6F3249) is unknown color: approx Flirt. HEX triplet: 6F, 32 and 49. RGB value is (111,50,73). Sum of RGB (Red+Green+Blue) = 111+50+73=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3249 is #90CDB6. Grayscale: #464646. Windows color (decimal): -9489847 or 4797039. OLE color: 4797039.

HSL color Cylindrical-coordinate representation of color #6F3249: hue angle of 337.38º 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 #6F3249 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1115073-
CMYK00.550.340.56
HSL337.38º37.89%31.57%-
HSV(B)337.38º54.95%43.53%-
XYZ8.96.147.02-
YUV70.86129.21156.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=47.44%
G=21.37%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111507300.550.340.56337.3837.8931.57
Hex6F324903722381512620
Octal1576211106742705214640
Binary110111111001010010010110111100010111000101010001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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