Shades of Flirt #72334B
Tints of Flirt #72334B
RGB
CMYK
RGB Variations
Color information
#72334B (or 0x72334B) is known color: Flirt. HEX triplet: 72, 33 and 4B. RGB value is (114,51,75). Sum of RGB (Red+Green+Blue) = 114+51+75=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72334B is #8DCCB4. Grayscale: #484848. Windows color (decimal): -9292981 or 4928370. OLE color: 4928370.
HSL color Cylindrical-coordinate representation of color #72334B: hue angle of 337.14º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72334B is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 75 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.55 |
| HSL | 337.14º | 0.38% | 0.32% | - |
| HSV(B) | 337.14º | 0.55% | 0.45% | - |
| XYZ | 9.39 | 6.45 | 7.41 | - |
| YUV | 72.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 75 | 0 | 0.55 | 0.34 | 0.55 | 337.14 | 0.38 | 0.32 |
| Hex | 72 | 33 | 4B | 0 | 37 | 22 | 37 | 151 | 26 | 20 |
| Octal | 162 | 63 | 113 | 0 | 67 | 42 | 67 | 521 | 46 | 40 |
| Binary | 1110010 | 110011 | 1001011 | 0 | 110111 | 100010 | 110111 | 101010001 | 100110 | 100000 |
Color Harmonies of #72334B
Complementary color
Monochromatic Colors of #72334B
Black with #72334B
Text Example
Text Example
White with #72334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72334B; }
p { color: rgb(114,51,75); }
H1.HeaderClassName
{
color: #72334B;
}
.AnyTagClassName
{
color: #72334B;
}
</style>
background-color css
<style>
a { background-color: #72334B; }
a { background-color: rgb(114,51,75); }
div.DivClassName
{
background-color: #72334B;
}
.BgClassName
{
background-color: #72334B;
}
</style>
border-color css
<style>
span { border-color: #72334B; }
span { border-color: rgb(114,51,75); }
td.TdClassName
{
border-color: #72334B;
}
.TagClassName
{
border-color: #72334B;
}
</style>