Shades of Tosca #703B43
Tints of Tosca #703B43
RGB
CMYK
RGB Variations
Color information
#703B43 (or 0x703B43) is known color: Tosca. HEX triplet: 70, 3B and 43. RGB value is (112,59,67). Sum of RGB (Red+Green+Blue) = 112+59+67=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #703B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B43 is #8FC4BC. Grayscale: #4B4B4B. Windows color (decimal): -9422013 or 4406128. OLE color: 4406128.
HSL color Cylindrical-coordinate representation of color #703B43: hue angle of 350.94º 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 #703B43 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 59 | 67 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.56 |
| HSL | 350.94º | 0.31% | 0.34% | - |
| HSV(B) | 350.94º | 0.47% | 0.44% | - |
| XYZ | 9.26 | 6.98 | 6.17 | - |
| YUV | 75.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 67 | 0 | 0.47 | 0.40 | 0.56 | 350.94 | 0.31 | 0.34 |
| Hex | 70 | 3B | 43 | 0 | 2F | 28 | 38 | 15F | 1F | 22 |
| Octal | 160 | 73 | 103 | 0 | 57 | 50 | 70 | 537 | 37 | 42 |
| Binary | 1110000 | 111011 | 1000011 | 0 | 101111 | 101000 | 111000 | 101011111 | 11111 | 100010 |
Color Harmonies of #703B43
Complementary color
Monochromatic Colors of #703B43
Black with #703B43
Text Example
Text Example
White with #703B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B43; }
p { color: rgb(112,59,67); }
H1.HeaderClassName
{
color: #703B43;
}
.AnyTagClassName
{
color: #703B43;
}
</style>
background-color css
<style>
a { background-color: #703B43; }
a { background-color: rgb(112,59,67); }
div.DivClassName
{
background-color: #703B43;
}
.BgClassName
{
background-color: #703B43;
}
</style>
border-color css
<style>
span { border-color: #703B43; }
span { border-color: rgb(112,59,67); }
td.TdClassName
{
border-color: #703B43;
}
.TagClassName
{
border-color: #703B43;
}
</style>