Shades of Tosca #71424A
Tints of Tosca #71424A
RGB
CMYK
RGB Variations
Color information
#71424A (or 0x71424A) is known color: Tosca. HEX triplet: 71, 42 and 4A. RGB value is (113,66,74). Sum of RGB (Red+Green+Blue) = 113+66+74=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71424A is #8EBDB5. Grayscale: #505050. Windows color (decimal): -9354678 or 4866673. OLE color: 4866673.
HSL color Cylindrical-coordinate representation of color #71424A: hue angle of 349.79º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71424A is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 66 | 74 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.56 |
| HSL | 349.79º | 0.26% | 0.35% | - |
| HSV(B) | 349.79º | 0.42% | 0.44% | - |
| XYZ | 9.99 | 7.9 | 7.48 | - |
| YUV | 80.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 74 | 0 | 0.42 | 0.35 | 0.56 | 349.79 | 0.26 | 0.35 |
| Hex | 71 | 42 | 4A | 0 | 2A | 23 | 38 | 15E | 1A | 23 |
| Octal | 161 | 102 | 112 | 0 | 52 | 43 | 70 | 536 | 32 | 43 |
| Binary | 1110001 | 1000010 | 1001010 | 0 | 101010 | 100011 | 111000 | 101011110 | 11010 | 100011 |
Color Harmonies of #71424A
Complementary color
Monochromatic Colors of #71424A
Black with #71424A
Text Example
Text Example
White with #71424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71424A; }
p { color: rgb(113,66,74); }
H1.HeaderClassName
{
color: #71424A;
}
.AnyTagClassName
{
color: #71424A;
}
</style>
background-color css
<style>
a { background-color: #71424A; }
a { background-color: rgb(113,66,74); }
div.DivClassName
{
background-color: #71424A;
}
.BgClassName
{
background-color: #71424A;
}
</style>
border-color css
<style>
span { border-color: #71424A; }
span { border-color: rgb(113,66,74); }
td.TdClassName
{
border-color: #71424A;
}
.TagClassName
{
border-color: #71424A;
}
</style>