Shades of Flirt #7F234B
Tints of Flirt #7F234B
RGB
CMYK
RGB Variations
Color information
#7F234B (or 0x7F234B) is known color: Flirt. HEX triplet: 7F, 23 and 4B. RGB value is (127,35,75). Sum of RGB (Red+Green+Blue) = 127+35+75=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F234B is #80DCB4. Grayscale: #434343. Windows color (decimal): -8445109 or 4924287. OLE color: 4924287.
HSL color Cylindrical-coordinate representation of color #7F234B: hue angle of 333.91º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F234B is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 35 | 75 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.50 |
| HSL | 333.91º | 0.57% | 0.32% | - |
| HSV(B) | 333.91º | 0.72% | 0.5% | - |
| XYZ | 10.62 | 6.22 | 7.3 | - |
| YUV | 67.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 35 | 75 | 0 | 0.72 | 0.41 | 0.50 | 333.91 | 0.57 | 0.32 |
| Hex | 7F | 23 | 4B | 0 | 48 | 29 | 32 | 14E | 39 | 20 |
| Octal | 177 | 43 | 113 | 0 | 110 | 51 | 62 | 516 | 71 | 40 |
| Binary | 1111111 | 100011 | 1001011 | 0 | 1001000 | 101001 | 110010 | 101001110 | 111001 | 100000 |
Color Harmonies of #7F234B
Complementary color
Monochromatic Colors of #7F234B
Black with #7F234B
Text Example
Text Example
White with #7F234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F234B; }
p { color: rgb(127,35,75); }
H1.HeaderClassName
{
color: #7F234B;
}
.AnyTagClassName
{
color: #7F234B;
}
</style>
background-color css
<style>
a { background-color: #7F234B; }
a { background-color: rgb(127,35,75); }
div.DivClassName
{
background-color: #7F234B;
}
.BgClassName
{
background-color: #7F234B;
}
</style>
border-color css
<style>
span { border-color: #7F234B; }
span { border-color: rgb(127,35,75); }
td.TdClassName
{
border-color: #7F234B;
}
.TagClassName
{
border-color: #7F234B;
}
</style>