Shades of Tamarillo #71282F
Tints of Tamarillo #71282F
RGB
CMYK
RGB Variations
Color information
#71282F (or 0x71282F) is known color: Tamarillo. HEX triplet: 71, 28 and 2F. RGB value is (113,40,47). Sum of RGB (Red+Green+Blue) = 113+40+47=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #71282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71282F is #8ED7D0. Grayscale: #3E3E3E. Windows color (decimal): -9361361 or 3090545. OLE color: 3090545.
HSL color Cylindrical-coordinate representation of color #71282F: hue angle of 354.25º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71282F is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 47 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.56 |
| HSL | 354.25º | 0.48% | 0.3% | - |
| HSV(B) | 354.25º | 0.65% | 0.44% | - |
| XYZ | 8.08 | 5.23 | 3.27 | - |
| YUV | 62.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 47 | 0 | 0.65 | 0.58 | 0.56 | 354.25 | 0.48 | 0.3 |
| Hex | 71 | 28 | 2F | 0 | 41 | 3A | 38 | 162 | 30 | 1E |
| Octal | 161 | 50 | 57 | 0 | 101 | 72 | 70 | 542 | 60 | 36 |
| Binary | 1110001 | 101000 | 101111 | 0 | 1000001 | 111010 | 111000 | 101100010 | 110000 | 11110 |
Color Harmonies of #71282F
Complementary color
Monochromatic Colors of #71282F
Black with #71282F
Text Example
Text Example
White with #71282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71282F; }
p { color: rgb(113,40,47); }
H1.HeaderClassName
{
color: #71282F;
}
.AnyTagClassName
{
color: #71282F;
}
</style>
background-color css
<style>
a { background-color: #71282F; }
a { background-color: rgb(113,40,47); }
div.DivClassName
{
background-color: #71282F;
}
.BgClassName
{
background-color: #71282F;
}
</style>
border-color css
<style>
span { border-color: #71282F; }
span { border-color: rgb(113,40,47); }
td.TdClassName
{
border-color: #71282F;
}
.TagClassName
{
border-color: #71282F;
}
</style>