Shades of Flirt #6D2C4B
Tints of Flirt #6D2C4B
RGB
CMYK
RGB Variations
Color information
#6D2C4B (or 0x6D2C4B) is known color: Flirt. HEX triplet: 6D, 2C and 4B. RGB value is (109,44,75). Sum of RGB (Red+Green+Blue) = 109+44+75=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2C4B is #92D3B4. Grayscale: #424242. Windows color (decimal): -9622453 or 4926573. OLE color: 4926573.
HSL color Cylindrical-coordinate representation of color #6D2C4B: hue angle of 331.38º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D2C4B is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 44 | 75 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.57 |
| HSL | 331.38º | 0.42% | 0.3% | - |
| HSV(B) | 331.38º | 0.6% | 0.43% | - |
| XYZ | 8.48 | 5.56 | 7.28 | - |
| YUV | 66.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 44 | 75 | 0 | 0.60 | 0.31 | 0.57 | 331.38 | 0.42 | 0.3 |
| Hex | 6D | 2C | 4B | 0 | 3C | 1F | 39 | 14B | 2A | 1E |
| Octal | 155 | 54 | 113 | 0 | 74 | 37 | 71 | 513 | 52 | 36 |
| Binary | 1101101 | 101100 | 1001011 | 0 | 111100 | 11111 | 111001 | 101001011 | 101010 | 11110 |
Color Harmonies of #6D2C4B
Complementary color
Monochromatic Colors of #6D2C4B
Black with #6D2C4B
Text Example
Text Example
White with #6D2C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2C4B; }
p { color: rgb(109,44,75); }
H1.HeaderClassName
{
color: #6D2C4B;
}
.AnyTagClassName
{
color: #6D2C4B;
}
</style>
background-color css
<style>
a { background-color: #6D2C4B; }
a { background-color: rgb(109,44,75); }
div.DivClassName
{
background-color: #6D2C4B;
}
.BgClassName
{
background-color: #6D2C4B;
}
</style>
border-color css
<style>
span { border-color: #6D2C4B; }
span { border-color: rgb(109,44,75); }
td.TdClassName
{
border-color: #6D2C4B;
}
.TagClassName
{
border-color: #6D2C4B;
}
</style>