Shades of Flirt #73274B
Tints of Flirt #73274B
RGB
CMYK
RGB Variations
Color information
#73274B (or 0x73274B) is known color: Flirt. HEX triplet: 73, 27 and 4B. RGB value is (115,39,75). Sum of RGB (Red+Green+Blue) = 115+39+75=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73274B is #8CD8B4. Grayscale: #414141. Windows color (decimal): -9230517 or 4925299. OLE color: 4925299.
HSL color Cylindrical-coordinate representation of color #73274B: hue angle of 331.58º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73274B is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 75 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.55 |
| HSL | 331.58º | 0.49% | 0.3% | - |
| HSV(B) | 331.58º | 0.66% | 0.45% | - |
| XYZ | 9.07 | 5.6 | 7.26 | - |
| YUV | 65.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 75 | 0 | 0.66 | 0.35 | 0.55 | 331.58 | 0.49 | 0.3 |
| Hex | 73 | 27 | 4B | 0 | 42 | 23 | 37 | 14C | 31 | 1E |
| Octal | 163 | 47 | 113 | 0 | 102 | 43 | 67 | 514 | 61 | 36 |
| Binary | 1110011 | 100111 | 1001011 | 0 | 1000010 | 100011 | 110111 | 101001100 | 110001 | 11110 |
Color Harmonies of #73274B
Complementary color
Monochromatic Colors of #73274B
Black with #73274B
Text Example
Text Example
White with #73274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73274B; }
p { color: rgb(115,39,75); }
H1.HeaderClassName
{
color: #73274B;
}
.AnyTagClassName
{
color: #73274B;
}
</style>
background-color css
<style>
a { background-color: #73274B; }
a { background-color: rgb(115,39,75); }
div.DivClassName
{
background-color: #73274B;
}
.BgClassName
{
background-color: #73274B;
}
</style>
border-color css
<style>
span { border-color: #73274B; }
span { border-color: rgb(115,39,75); }
td.TdClassName
{
border-color: #73274B;
}
.TagClassName
{
border-color: #73274B;
}
</style>