Shades of Tosca #733C3F
Tints of Tosca #733C3F
RGB
CMYK
RGB Variations
Color information
#733C3F (or 0x733C3F) is known color: Tosca. HEX triplet: 73, 3C and 3F. RGB value is (115,60,63). Sum of RGB (Red+Green+Blue) = 115+60+63=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #733C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C3F is #8CC3C0. Grayscale: #4C4C4C. Windows color (decimal): -9225153 or 4144243. OLE color: 4144243.
HSL color Cylindrical-coordinate representation of color #733C3F: hue angle of 356.73º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #733C3F is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 63 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.55 |
| HSL | 356.73º | 0.31% | 0.34% | - |
| HSV(B) | 356.73º | 0.48% | 0.45% | - |
| XYZ | 9.58 | 7.24 | 5.59 | - |
| YUV | 76.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 63 | 0 | 0.48 | 0.45 | 0.55 | 356.73 | 0.31 | 0.34 |
| Hex | 73 | 3C | 3F | 0 | 30 | 2D | 37 | 165 | 1F | 22 |
| Octal | 163 | 74 | 77 | 0 | 60 | 55 | 67 | 545 | 37 | 42 |
| Binary | 1110011 | 111100 | 111111 | 0 | 110000 | 101101 | 110111 | 101100101 | 11111 | 100010 |
Color Harmonies of #733C3F
Complementary color
Monochromatic Colors of #733C3F
Black with #733C3F
Text Example
Text Example
White with #733C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C3F; }
p { color: rgb(115,60,63); }
H1.HeaderClassName
{
color: #733C3F;
}
.AnyTagClassName
{
color: #733C3F;
}
</style>
background-color css
<style>
a { background-color: #733C3F; }
a { background-color: rgb(115,60,63); }
div.DivClassName
{
background-color: #733C3F;
}
.BgClassName
{
background-color: #733C3F;
}
</style>
border-color css
<style>
span { border-color: #733C3F; }
span { border-color: rgb(115,60,63); }
td.TdClassName
{
border-color: #733C3F;
}
.TagClassName
{
border-color: #733C3F;
}
</style>