Shades of Tosca #714149
Tints of Tosca #714149
RGB
CMYK
RGB Variations
Color information
#714149 (or 0x714149) is known color: Tosca. HEX triplet: 71, 41 and 49. RGB value is (113,65,73). Sum of RGB (Red+Green+Blue) = 113+65+73=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #714149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714149 is #8EBEB6. Grayscale: #505050. Windows color (decimal): -9354935 or 4800881. OLE color: 4800881.
HSL color Cylindrical-coordinate representation of color #714149: hue angle of 350º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #714149 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 73 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.56 |
| HSL | 350º | 0.27% | 0.35% | - |
| HSV(B) | 350º | 0.42% | 0.44% | - |
| XYZ | 9.9 | 7.77 | 7.28 | - |
| YUV | 80.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 73 | 0 | 0.42 | 0.35 | 0.56 | 350 | 0.27 | 0.35 |
| Hex | 71 | 41 | 49 | 0 | 2A | 23 | 38 | 15E | 1B | 23 |
| Octal | 161 | 101 | 111 | 0 | 52 | 43 | 70 | 536 | 33 | 43 |
| Binary | 1110001 | 1000001 | 1001001 | 0 | 101010 | 100011 | 111000 | 101011110 | 11011 | 100011 |
Color Harmonies of #714149
Complementary color
Monochromatic Colors of #714149
Black with #714149
Text Example
Text Example
White with #714149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714149; }
p { color: rgb(113,65,73); }
H1.HeaderClassName
{
color: #714149;
}
.AnyTagClassName
{
color: #714149;
}
</style>
background-color css
<style>
a { background-color: #714149; }
a { background-color: rgb(113,65,73); }
div.DivClassName
{
background-color: #714149;
}
.BgClassName
{
background-color: #714149;
}
</style>
border-color css
<style>
span { border-color: #714149; }
span { border-color: rgb(113,65,73); }
td.TdClassName
{
border-color: #714149;
}
.TagClassName
{
border-color: #714149;
}
</style>