Shades of Flirt #752B4B
Tints of Flirt #752B4B
RGB
CMYK
RGB Variations
Color information
#752B4B (or 0x752B4B) is known color: Flirt. HEX triplet: 75, 2B and 4B. RGB value is (117,43,75). Sum of RGB (Red+Green+Blue) = 117+43+75=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #752B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B4B is #8AD4B4. Grayscale: #444444. Windows color (decimal): -9098421 or 4926325. OLE color: 4926325.
HSL color Cylindrical-coordinate representation of color #752B4B: hue angle of 334.05º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752B4B is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 75 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.54 |
| HSL | 334.05º | 0.46% | 0.31% | - |
| HSV(B) | 334.05º | 0.63% | 0.46% | - |
| XYZ | 9.47 | 6.02 | 7.32 | - |
| YUV | 68.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 75 | 0 | 0.63 | 0.36 | 0.54 | 334.05 | 0.46 | 0.31 |
| Hex | 75 | 2B | 4B | 0 | 3F | 24 | 36 | 14E | 2E | 1F |
| Octal | 165 | 53 | 113 | 0 | 77 | 44 | 66 | 516 | 56 | 37 |
| Binary | 1110101 | 101011 | 1001011 | 0 | 111111 | 100100 | 110110 | 101001110 | 101110 | 11111 |
Color Harmonies of #752B4B
Complementary color
Monochromatic Colors of #752B4B
Black with #752B4B
Text Example
Text Example
White with #752B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B4B; }
p { color: rgb(117,43,75); }
H1.HeaderClassName
{
color: #752B4B;
}
.AnyTagClassName
{
color: #752B4B;
}
</style>
background-color css
<style>
a { background-color: #752B4B; }
a { background-color: rgb(117,43,75); }
div.DivClassName
{
background-color: #752B4B;
}
.BgClassName
{
background-color: #752B4B;
}
</style>
border-color css
<style>
span { border-color: #752B4B; }
span { border-color: rgb(117,43,75); }
td.TdClassName
{
border-color: #752B4B;
}
.TagClassName
{
border-color: #752B4B;
}
</style>