Shades of Tosca #733E42
Tints of Tosca #733E42
RGB
CMYK
RGB Variations
Color information
#733E42 (or 0x733E42) is known color: Tosca. HEX triplet: 73, 3E and 42. RGB value is (115,62,66). Sum of RGB (Red+Green+Blue) = 115+62+66=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #733E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E42 is #8CC1BD. Grayscale: #4E4E4E. Windows color (decimal): -9224638 or 4341363. OLE color: 4341363.
HSL color Cylindrical-coordinate representation of color #733E42: hue angle of 355.47º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #733E42 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 66 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.55 |
| HSL | 355.47º | 0.3% | 0.35% | - |
| HSV(B) | 355.47º | 0.46% | 0.45% | - |
| XYZ | 9.78 | 7.48 | 6.08 | - |
| YUV | 78.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 66 | 0 | 0.46 | 0.43 | 0.55 | 355.47 | 0.3 | 0.35 |
| Hex | 73 | 3E | 42 | 0 | 2E | 2B | 37 | 163 | 1E | 23 |
| Octal | 163 | 76 | 102 | 0 | 56 | 53 | 67 | 543 | 36 | 43 |
| Binary | 1110011 | 111110 | 1000010 | 0 | 101110 | 101011 | 110111 | 101100011 | 11110 | 100011 |
Color Harmonies of #733E42
Complementary color
Monochromatic Colors of #733E42
Black with #733E42
Text Example
Text Example
White with #733E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E42; }
p { color: rgb(115,62,66); }
H1.HeaderClassName
{
color: #733E42;
}
.AnyTagClassName
{
color: #733E42;
}
</style>
background-color css
<style>
a { background-color: #733E42; }
a { background-color: rgb(115,62,66); }
div.DivClassName
{
background-color: #733E42;
}
.BgClassName
{
background-color: #733E42;
}
</style>
border-color css
<style>
span { border-color: #733E42; }
span { border-color: rgb(115,62,66); }
td.TdClassName
{
border-color: #733E42;
}
.TagClassName
{
border-color: #733E42;
}
</style>