Shades of Tosca #71444B
Tints of Tosca #71444B
RGB
CMYK
RGB Variations
Color information
#71444B (or 0x71444B) is known color: Tosca. HEX triplet: 71, 44 and 4B. RGB value is (113,68,75). Sum of RGB (Red+Green+Blue) = 113+68+75=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71444B is #8EBBB4. Grayscale: #525252. Windows color (decimal): -9354165 or 4932721. OLE color: 4932721.
HSL color Cylindrical-coordinate representation of color #71444B: hue angle of 350.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71444B is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 68 | 75 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.56 |
| HSL | 350.67º | 0.25% | 0.35% | - |
| HSV(B) | 350.67º | 0.4% | 0.44% | - |
| XYZ | 10.15 | 8.15 | 7.7 | - |
| YUV | 82.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 75 | 0 | 0.40 | 0.34 | 0.56 | 350.67 | 0.25 | 0.35 |
| Hex | 71 | 44 | 4B | 0 | 28 | 22 | 38 | 15F | 19 | 23 |
| Octal | 161 | 104 | 113 | 0 | 50 | 42 | 70 | 537 | 31 | 43 |
| Binary | 1110001 | 1000100 | 1001011 | 0 | 101000 | 100010 | 111000 | 101011111 | 11001 | 100011 |
Color Harmonies of #71444B
Complementary color
Monochromatic Colors of #71444B
Black with #71444B
Text Example
Text Example
White with #71444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71444B; }
p { color: rgb(113,68,75); }
H1.HeaderClassName
{
color: #71444B;
}
.AnyTagClassName
{
color: #71444B;
}
</style>
background-color css
<style>
a { background-color: #71444B; }
a { background-color: rgb(113,68,75); }
div.DivClassName
{
background-color: #71444B;
}
.BgClassName
{
background-color: #71444B;
}
</style>
border-color css
<style>
span { border-color: #71444B; }
span { border-color: rgb(113,68,75); }
td.TdClassName
{
border-color: #71444B;
}
.TagClassName
{
border-color: #71444B;
}
</style>