Shades of Flirt #70354B
Tints of Flirt #70354B
RGB
CMYK
RGB Variations
Color information
#70354B (or 0x70354B) is known color: Flirt. HEX triplet: 70, 35 and 4B. RGB value is (112,53,75). Sum of RGB (Red+Green+Blue) = 112+53+75=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70354B is #8FCAB4. Grayscale: #494949. Windows color (decimal): -9423541 or 4928880. OLE color: 4928880.
HSL color Cylindrical-coordinate representation of color #70354B: hue angle of 337.63º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70354B is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 75 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.56 |
| HSL | 337.63º | 0.36% | 0.32% | - |
| HSV(B) | 337.63º | 0.53% | 0.44% | - |
| XYZ | 9.23 | 6.5 | 7.42 | - |
| YUV | 73.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 75 | 0 | 0.53 | 0.33 | 0.56 | 337.63 | 0.36 | 0.32 |
| Hex | 70 | 35 | 4B | 0 | 35 | 21 | 38 | 152 | 24 | 20 |
| Octal | 160 | 65 | 113 | 0 | 65 | 41 | 70 | 522 | 44 | 40 |
| Binary | 1110000 | 110101 | 1001011 | 0 | 110101 | 100001 | 111000 | 101010010 | 100100 | 100000 |
Color Harmonies of #70354B
Complementary color
Monochromatic Colors of #70354B
Black with #70354B
Text Example
Text Example
White with #70354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70354B; }
p { color: rgb(112,53,75); }
H1.HeaderClassName
{
color: #70354B;
}
.AnyTagClassName
{
color: #70354B;
}
</style>
background-color css
<style>
a { background-color: #70354B; }
a { background-color: rgb(112,53,75); }
div.DivClassName
{
background-color: #70354B;
}
.BgClassName
{
background-color: #70354B;
}
</style>
border-color css
<style>
span { border-color: #70354B; }
span { border-color: rgb(112,53,75); }
td.TdClassName
{
border-color: #70354B;
}
.TagClassName
{
border-color: #70354B;
}
</style>