Shades of Flirt #6D3250
Tints of Flirt #6D3250
RGB
CMYK
RGB Variations
Color information
#6D3250 (or 0x6D3250) is known color: Flirt. HEX triplet: 6D, 32 and 50. RGB value is (109,50,80). Sum of RGB (Red+Green+Blue) = 109+50+80=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3250 is #92CDAF. Grayscale: #474747. Windows color (decimal): -9620912 or 5255789. OLE color: 5255789.
HSL color Cylindrical-coordinate representation of color #6D3250: hue angle of 329.49º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D3250 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 80 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.57 |
| HSL | 329.49º | 0.37% | 0.31% | - |
| HSV(B) | 329.49º | 0.54% | 0.43% | - |
| XYZ | 8.9 | 6.11 | 8.3 | - |
| YUV | 71.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 80 | 0 | 0.54 | 0.27 | 0.57 | 329.49 | 0.37 | 0.31 |
| Hex | 6D | 32 | 50 | 0 | 36 | 1B | 39 | 149 | 25 | 1F |
| Octal | 155 | 62 | 120 | 0 | 66 | 33 | 71 | 511 | 45 | 37 |
| Binary | 1101101 | 110010 | 1010000 | 0 | 110110 | 11011 | 111001 | 101001001 | 100101 | 11111 |
Color Harmonies of #6D3250
Complementary color
Monochromatic Colors of #6D3250
Black with #6D3250
Text Example
Text Example
White with #6D3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3250; }
p { color: rgb(109,50,80); }
H1.HeaderClassName
{
color: #6D3250;
}
.AnyTagClassName
{
color: #6D3250;
}
</style>
background-color css
<style>
a { background-color: #6D3250; }
a { background-color: rgb(109,50,80); }
div.DivClassName
{
background-color: #6D3250;
}
.BgClassName
{
background-color: #6D3250;
}
</style>
border-color css
<style>
span { border-color: #6D3250; }
span { border-color: rgb(109,50,80); }
td.TdClassName
{
border-color: #6D3250;
}
.TagClassName
{
border-color: #6D3250;
}
</style>