Shades of Tosca #703B44
Tints of Tosca #703B44
RGB
CMYK
RGB Variations
Color information
#703B44 (or 0x703B44) is known color: Tosca. HEX triplet: 70, 3B and 44. RGB value is (112,59,68). Sum of RGB (Red+Green+Blue) = 112+59+68=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #703B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B44 is #8FC4BB. Grayscale: #4B4B4B. Windows color (decimal): -9422012 or 4471664. OLE color: 4471664.
HSL color Cylindrical-coordinate representation of color #703B44: hue angle of 349.81º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #703B44 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 59 | 68 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.56 |
| HSL | 349.81º | 0.31% | 0.34% | - |
| HSV(B) | 349.81º | 0.47% | 0.44% | - |
| XYZ | 9.29 | 6.99 | 6.33 | - |
| YUV | 75.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 68 | 0 | 0.47 | 0.39 | 0.56 | 349.81 | 0.31 | 0.34 |
| Hex | 70 | 3B | 44 | 0 | 2F | 27 | 38 | 15E | 1F | 22 |
| Octal | 160 | 73 | 104 | 0 | 57 | 47 | 70 | 536 | 37 | 42 |
| Binary | 1110000 | 111011 | 1000100 | 0 | 101111 | 100111 | 111000 | 101011110 | 11111 | 100010 |
Color Harmonies of #703B44
Complementary color
Monochromatic Colors of #703B44
Black with #703B44
Text Example
Text Example
White with #703B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B44; }
p { color: rgb(112,59,68); }
H1.HeaderClassName
{
color: #703B44;
}
.AnyTagClassName
{
color: #703B44;
}
</style>
background-color css
<style>
a { background-color: #703B44; }
a { background-color: rgb(112,59,68); }
div.DivClassName
{
background-color: #703B44;
}
.BgClassName
{
background-color: #703B44;
}
</style>
border-color css
<style>
span { border-color: #703B44; }
span { border-color: rgb(112,59,68); }
td.TdClassName
{
border-color: #703B44;
}
.TagClassName
{
border-color: #703B44;
}
</style>