Shades of Flirt #74334B
Tints of Flirt #74334B
RGB
CMYK
RGB Variations
Color information
#74334B (or 0x74334B) is known color: Flirt. HEX triplet: 74, 33 and 4B. RGB value is (116,51,75). Sum of RGB (Red+Green+Blue) = 116+51+75=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74334B is #8BCCB4. Grayscale: #494949. Windows color (decimal): -9161909 or 4928372. OLE color: 4928372.
HSL color Cylindrical-coordinate representation of color #74334B: hue angle of 337.85º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74334B is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 51 | 75 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.55 |
| HSL | 337.85º | 0.39% | 0.33% | - |
| HSV(B) | 337.85º | 0.56% | 0.45% | - |
| XYZ | 9.66 | 6.59 | 7.42 | - |
| YUV | 73.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 75 | 0 | 0.56 | 0.35 | 0.55 | 337.85 | 0.39 | 0.33 |
| Hex | 74 | 33 | 4B | 0 | 38 | 23 | 37 | 152 | 27 | 21 |
| Octal | 164 | 63 | 113 | 0 | 70 | 43 | 67 | 522 | 47 | 41 |
| Binary | 1110100 | 110011 | 1001011 | 0 | 111000 | 100011 | 110111 | 101010010 | 100111 | 100001 |
Color Harmonies of #74334B
Complementary color
Monochromatic Colors of #74334B
Black with #74334B
Text Example
Text Example
White with #74334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74334B; }
p { color: rgb(116,51,75); }
H1.HeaderClassName
{
color: #74334B;
}
.AnyTagClassName
{
color: #74334B;
}
</style>
background-color css
<style>
a { background-color: #74334B; }
a { background-color: rgb(116,51,75); }
div.DivClassName
{
background-color: #74334B;
}
.BgClassName
{
background-color: #74334B;
}
</style>
border-color css
<style>
span { border-color: #74334B; }
span { border-color: rgb(116,51,75); }
td.TdClassName
{
border-color: #74334B;
}
.TagClassName
{
border-color: #74334B;
}
</style>