Shades of Flirt #72304B
Tints of Flirt #72304B
RGB
CMYK
RGB Variations
Color information
#72304B (or 0x72304B) is known color: Flirt. HEX triplet: 72, 30 and 4B. RGB value is (114,48,75). Sum of RGB (Red+Green+Blue) = 114+48+75=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #72304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72304B is #8DCFB4. Grayscale: #464646. Windows color (decimal): -9293749 or 4927602. OLE color: 4927602.
HSL color Cylindrical-coordinate representation of color #72304B: hue angle of 335.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72304B is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 75 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.55 |
| HSL | 335.45º | 0.41% | 0.32% | - |
| HSV(B) | 335.45º | 0.58% | 0.45% | - |
| XYZ | 9.27 | 6.2 | 7.36 | - |
| YUV | 70.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 75 | 0 | 0.58 | 0.34 | 0.55 | 335.45 | 0.41 | 0.32 |
| Hex | 72 | 30 | 4B | 0 | 3A | 22 | 37 | 14F | 29 | 20 |
| Octal | 162 | 60 | 113 | 0 | 72 | 42 | 67 | 517 | 51 | 40 |
| Binary | 1110010 | 110000 | 1001011 | 0 | 111010 | 100010 | 110111 | 101001111 | 101001 | 100000 |
Color Harmonies of #72304B
Complementary color
Monochromatic Colors of #72304B
Black with #72304B
Text Example
Text Example
White with #72304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72304B; }
p { color: rgb(114,48,75); }
H1.HeaderClassName
{
color: #72304B;
}
.AnyTagClassName
{
color: #72304B;
}
</style>
background-color css
<style>
a { background-color: #72304B; }
a { background-color: rgb(114,48,75); }
div.DivClassName
{
background-color: #72304B;
}
.BgClassName
{
background-color: #72304B;
}
</style>
border-color css
<style>
span { border-color: #72304B; }
span { border-color: rgb(114,48,75); }
td.TdClassName
{
border-color: #72304B;
}
.TagClassName
{
border-color: #72304B;
}
</style>