Shades of Tosca #733A41
Tints of Tosca #733A41
RGB
CMYK
RGB Variations
Color information
#733A41 (or 0x733A41) is known color: Tosca. HEX triplet: 73, 3A and 41. RGB value is (115,58,65). Sum of RGB (Red+Green+Blue) = 115+58+65=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #733A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A41 is #8CC5BE. Grayscale: #4B4B4B. Windows color (decimal): -9225663 or 4274803. OLE color: 4274803.
HSL color Cylindrical-coordinate representation of color #733A41: hue angle of 352.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A41 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 65 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.55 |
| HSL | 352.63º | 0.33% | 0.34% | - |
| HSV(B) | 352.63º | 0.5% | 0.45% | - |
| XYZ | 9.54 | 7.05 | 5.86 | - |
| YUV | 75.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 65 | 0 | 0.50 | 0.43 | 0.55 | 352.63 | 0.33 | 0.34 |
| Hex | 73 | 3A | 41 | 0 | 32 | 2B | 37 | 161 | 21 | 22 |
| Octal | 163 | 72 | 101 | 0 | 62 | 53 | 67 | 541 | 41 | 42 |
| Binary | 1110011 | 111010 | 1000001 | 0 | 110010 | 101011 | 110111 | 101100001 | 100001 | 100010 |
Color Harmonies of #733A41
Complementary color
Monochromatic Colors of #733A41
Black with #733A41
Text Example
Text Example
White with #733A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A41; }
p { color: rgb(115,58,65); }
H1.HeaderClassName
{
color: #733A41;
}
.AnyTagClassName
{
color: #733A41;
}
</style>
background-color css
<style>
a { background-color: #733A41; }
a { background-color: rgb(115,58,65); }
div.DivClassName
{
background-color: #733A41;
}
.BgClassName
{
background-color: #733A41;
}
</style>
border-color css
<style>
span { border-color: #733A41; }
span { border-color: rgb(115,58,65); }
td.TdClassName
{
border-color: #733A41;
}
.TagClassName
{
border-color: #733A41;
}
</style>