Shades of Tosca #733B40
Tints of Tosca #733B40
RGB
CMYK
RGB Variations
Color information
#733B40 (or 0x733B40) is known color: Tosca. HEX triplet: 73, 3B and 40. RGB value is (115,59,64). Sum of RGB (Red+Green+Blue) = 115+59+64=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #733B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B40 is #8CC4BF. Grayscale: #4C4C4C. Windows color (decimal): -9225408 or 4209523. OLE color: 4209523.
HSL color Cylindrical-coordinate representation of color #733B40: hue angle of 354.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B40 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 64 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.55 |
| HSL | 354.64º | 0.32% | 0.34% | - |
| HSV(B) | 354.64º | 0.49% | 0.45% | - |
| XYZ | 9.56 | 7.14 | 5.73 | - |
| YUV | 76.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 64 | 0 | 0.49 | 0.44 | 0.55 | 354.64 | 0.32 | 0.34 |
| Hex | 73 | 3B | 40 | 0 | 31 | 2C | 37 | 163 | 20 | 22 |
| Octal | 163 | 73 | 100 | 0 | 61 | 54 | 67 | 543 | 40 | 42 |
| Binary | 1110011 | 111011 | 1000000 | 0 | 110001 | 101100 | 110111 | 101100011 | 100000 | 100010 |
Color Harmonies of #733B40
Complementary color
Monochromatic Colors of #733B40
Black with #733B40
Text Example
Text Example
White with #733B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B40; }
p { color: rgb(115,59,64); }
H1.HeaderClassName
{
color: #733B40;
}
.AnyTagClassName
{
color: #733B40;
}
</style>
background-color css
<style>
a { background-color: #733B40; }
a { background-color: rgb(115,59,64); }
div.DivClassName
{
background-color: #733B40;
}
.BgClassName
{
background-color: #733B40;
}
</style>
border-color css
<style>
span { border-color: #733B40; }
span { border-color: rgb(115,59,64); }
td.TdClassName
{
border-color: #733B40;
}
.TagClassName
{
border-color: #733B40;
}
</style>