#6D3352

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

Shades of Flirt #6D3352

Tints of Flirt #6D3352

Color information

#6D3352 (or 0x6D3352) is unknown color: approx Flirt. HEX triplet: 6D, 33 and 52. RGB value is (109,51,82). Sum of RGB (Red+Green+Blue) = 109+51+82=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3352 is #92CCAD. Grayscale: #474747. Windows color (decimal): -9620654 or 5387117. OLE color: 5387117.

HSL color Cylindrical-coordinate representation of color #6D3352: hue angle of 327.93º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D3352 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1095182-
CMYK00.530.250.57
HSL327.93º36.25%31.37%-
HSV(B)327.93º53.21%42.75%-
XYZ9.016.238.71-
YUV71.88133.72154.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.04%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=45.04%
G=21.07%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109518200.530.250.57327.9336.2531.37
Hex6D33520351939148241f
Octal1556312206531715104437
Binary1101101110011101001001101011100111100110100100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,51,82); }

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

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

 a { background-color: rgb(109,51,82); }

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

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

 span { border-color: rgb(109,51,82); }

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