Shades of Tosca #71424B
Tints of Tosca #71424B
RGB
CMYK
RGB Variations
Color information
#71424B (or 0x71424B) is known color: Tosca. HEX triplet: 71, 42 and 4B. RGB value is (113,66,75). Sum of RGB (Red+Green+Blue) = 113+66+75=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #71424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71424B is #8EBDB4. Grayscale: #515151. Windows color (decimal): -9354677 or 4932209. OLE color: 4932209.
HSL color Cylindrical-coordinate representation of color #71424B: hue angle of 348.51º 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 #71424B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 66 | 75 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.56 |
| HSL | 348.51º | 0.26% | 0.35% | - |
| HSV(B) | 348.51º | 0.42% | 0.44% | - |
| XYZ | 10.03 | 7.92 | 7.66 | - |
| YUV | 81.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 75 | 0 | 0.42 | 0.34 | 0.56 | 348.51 | 0.26 | 0.35 |
| Hex | 71 | 42 | 4B | 0 | 2A | 22 | 38 | 15D | 1A | 23 |
| Octal | 161 | 102 | 113 | 0 | 52 | 42 | 70 | 535 | 32 | 43 |
| Binary | 1110001 | 1000010 | 1001011 | 0 | 101010 | 100010 | 111000 | 101011101 | 11010 | 100011 |
Color Harmonies of #71424B
Complementary color
Monochromatic Colors of #71424B
Black with #71424B
Text Example
Text Example
White with #71424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71424B; }
p { color: rgb(113,66,75); }
H1.HeaderClassName
{
color: #71424B;
}
.AnyTagClassName
{
color: #71424B;
}
</style>
background-color css
<style>
a { background-color: #71424B; }
a { background-color: rgb(113,66,75); }
div.DivClassName
{
background-color: #71424B;
}
.BgClassName
{
background-color: #71424B;
}
</style>
border-color css
<style>
span { border-color: #71424B; }
span { border-color: rgb(113,66,75); }
td.TdClassName
{
border-color: #71424B;
}
.TagClassName
{
border-color: #71424B;
}
</style>