Shades of Tamarillo #71292B
Tints of Tamarillo #71292B
RGB
CMYK
RGB Variations
Color information
#71292B (or 0x71292B) is known color: Tamarillo. HEX triplet: 71, 29 and 2B. RGB value is (113,41,43). Sum of RGB (Red+Green+Blue) = 113+41+43=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #71292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71292B is #8ED6D4. Grayscale: #3E3E3E. Windows color (decimal): -9361109 or 2828657. OLE color: 2828657.
HSL color Cylindrical-coordinate representation of color #71292B: hue angle of 358.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71292B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 43 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.56 |
| HSL | 358.33º | 0.47% | 0.3% | - |
| HSV(B) | 358.33º | 0.64% | 0.44% | - |
| XYZ | 8.04 | 5.27 | 2.88 | - |
| YUV | 62.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 43 | 0 | 0.64 | 0.62 | 0.56 | 358.33 | 0.47 | 0.3 |
| Hex | 71 | 29 | 2B | 0 | 40 | 3E | 38 | 166 | 2F | 1E |
| Octal | 161 | 51 | 53 | 0 | 100 | 76 | 70 | 546 | 57 | 36 |
| Binary | 1110001 | 101001 | 101011 | 0 | 1000000 | 111110 | 111000 | 101100110 | 101111 | 11110 |
Color Harmonies of #71292B
Complementary color
Monochromatic Colors of #71292B
Black with #71292B
Text Example
Text Example
White with #71292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71292B; }
p { color: rgb(113,41,43); }
H1.HeaderClassName
{
color: #71292B;
}
.AnyTagClassName
{
color: #71292B;
}
</style>
background-color css
<style>
a { background-color: #71292B; }
a { background-color: rgb(113,41,43); }
div.DivClassName
{
background-color: #71292B;
}
.BgClassName
{
background-color: #71292B;
}
</style>
border-color css
<style>
span { border-color: #71292B; }
span { border-color: rgb(113,41,43); }
td.TdClassName
{
border-color: #71292B;
}
.TagClassName
{
border-color: #71292B;
}
</style>