Shades of Tosca #71404A
Tints of Tosca #71404A
RGB
CMYK
RGB Variations
Color information
#71404A (or 0x71404A) is known color: Tosca. HEX triplet: 71, 40 and 4A. RGB value is (113,64,74). Sum of RGB (Red+Green+Blue) = 113+64+74=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #71404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71404A is #8EBFB5. Grayscale: #4F4F4F. Windows color (decimal): -9355190 or 4866161. OLE color: 4866161.
HSL color Cylindrical-coordinate representation of color #71404A: hue angle of 347.76º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71404A is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 64 | 74 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.56 |
| HSL | 347.76º | 0.28% | 0.35% | - |
| HSV(B) | 347.76º | 0.43% | 0.44% | - |
| XYZ | 9.88 | 7.67 | 7.44 | - |
| YUV | 79.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 74 | 0 | 0.43 | 0.35 | 0.56 | 347.76 | 0.28 | 0.35 |
| Hex | 71 | 40 | 4A | 0 | 2B | 23 | 38 | 15C | 1C | 23 |
| Octal | 161 | 100 | 112 | 0 | 53 | 43 | 70 | 534 | 34 | 43 |
| Binary | 1110001 | 1000000 | 1001010 | 0 | 101011 | 100011 | 111000 | 101011100 | 11100 | 100011 |
Color Harmonies of #71404A
Complementary color
Monochromatic Colors of #71404A
Black with #71404A
Text Example
Text Example
White with #71404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71404A; }
p { color: rgb(113,64,74); }
H1.HeaderClassName
{
color: #71404A;
}
.AnyTagClassName
{
color: #71404A;
}
</style>
background-color css
<style>
a { background-color: #71404A; }
a { background-color: rgb(113,64,74); }
div.DivClassName
{
background-color: #71404A;
}
.BgClassName
{
background-color: #71404A;
}
</style>
border-color css
<style>
span { border-color: #71404A; }
span { border-color: rgb(113,64,74); }
td.TdClassName
{
border-color: #71404A;
}
.TagClassName
{
border-color: #71404A;
}
</style>