#6D2F52

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

Shades of Flirt #6D2F52

Tints of Flirt #6D2F52

Color information

#6D2F52 (or 0x6D2F52) is unknown color: approx Flirt. HEX triplet: 6D, 2F and 52. RGB value is (109,47,82). Sum of RGB (Red+Green+Blue) = 109+47+82=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2F52 is #92D0AD. Grayscale: #454545. Windows color (decimal): -9621678 or 5386093. OLE color: 5386093.

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

Color convert

RGB1094782-
CMYK00.570.250.57
HSL326.13º39.74%30.59%-
HSV(B)326.13º56.88%42.75%-
XYZ8.855.898.65-
YUV69.53135.04156.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.80%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=45.80%
G=19.75%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109478200.570.250.57326.1339.7430.59
Hex6D2F520391939146281f
Octal1555712207131715065037
Binary1101101101111101001001110011100111100110100011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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