Shades of Tosca #703B45
Tints of Tosca #703B45
RGB
CMYK
RGB Variations
Color information
#703B45 (or 0x703B45) is known color: Tosca. HEX triplet: 70, 3B and 45. RGB value is (112,59,69). Sum of RGB (Red+Green+Blue) = 112+59+69=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #703B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B45 is #8FC4BA. Grayscale: #4C4C4C. Windows color (decimal): -9422011 or 4537200. OLE color: 4537200.
HSL color Cylindrical-coordinate representation of color #703B45: hue angle of 348.68º 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 #703B45 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 59 | 69 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.56 |
| HSL | 348.68º | 0.31% | 0.34% | - |
| HSV(B) | 348.68º | 0.47% | 0.44% | - |
| XYZ | 9.32 | 7 | 6.49 | - |
| YUV | 75.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 69 | 0 | 0.47 | 0.38 | 0.56 | 348.68 | 0.31 | 0.34 |
| Hex | 70 | 3B | 45 | 0 | 2F | 26 | 38 | 15D | 1F | 22 |
| Octal | 160 | 73 | 105 | 0 | 57 | 46 | 70 | 535 | 37 | 42 |
| Binary | 1110000 | 111011 | 1000101 | 0 | 101111 | 100110 | 111000 | 101011101 | 11111 | 100010 |
Color Harmonies of #703B45
Complementary color
Monochromatic Colors of #703B45
Black with #703B45
Text Example
Text Example
White with #703B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B45; }
p { color: rgb(112,59,69); }
H1.HeaderClassName
{
color: #703B45;
}
.AnyTagClassName
{
color: #703B45;
}
</style>
background-color css
<style>
a { background-color: #703B45; }
a { background-color: rgb(112,59,69); }
div.DivClassName
{
background-color: #703B45;
}
.BgClassName
{
background-color: #703B45;
}
</style>
border-color css
<style>
span { border-color: #703B45; }
span { border-color: rgb(112,59,69); }
td.TdClassName
{
border-color: #703B45;
}
.TagClassName
{
border-color: #703B45;
}
</style>