#6D2D4F

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

Shades of Flirt #6D2D4F

Tints of Flirt #6D2D4F

Color information

#6D2D4F (or 0x6D2D4F) is unknown color: approx Flirt. HEX triplet: 6D, 2D and 4F. RGB value is (109,45,79). Sum of RGB (Red+Green+Blue) = 109+45+79=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2D4F is #92D2B0. Grayscale: #434343. Windows color (decimal): -9622193 or 5188973. OLE color: 5188973.

HSL color Cylindrical-coordinate representation of color #6D2D4F: hue angle of 328.12º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D2D4F is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB1094579-
CMYK00.590.280.57
HSL328.12º41.56%30.2%-
HSV(B)328.12º58.72%42.75%-
XYZ8.665.698.04-
YUV68.01134.2157.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.78%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=46.78%
G=19.31%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109457900.590.280.57328.1241.5630.2
Hex6D2D4F03B1C391482a1e
Octal1555511707334715105236
Binary1101101101101100111101110111110011100110100100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,45,79); }

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

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

 a { background-color: rgb(109,45,79); }

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

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

 span { border-color: rgb(109,45,79); }

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