Shades of Tamarillo #712B2D
Tints of Tamarillo #712B2D
RGB
CMYK
RGB Variations
Color information
#712B2D (or 0x712B2D) is known color: Tamarillo. HEX triplet: 71, 2B and 2D. RGB value is (113,43,45). Sum of RGB (Red+Green+Blue) = 113+43+45=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #712B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B2D is #8ED4D2. Grayscale: #404040. Windows color (decimal): -9360595 or 2960241. OLE color: 2960241.
HSL color Cylindrical-coordinate representation of color #712B2D: hue angle of 358.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #712B2D is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 43 | 45 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.56 |
| HSL | 358.29º | 0.45% | 0.31% | - |
| HSV(B) | 358.29º | 0.62% | 0.44% | - |
| XYZ | 8.15 | 5.43 | 3.1 | - |
| YUV | 64.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 45 | 0 | 0.62 | 0.60 | 0.56 | 358.29 | 0.45 | 0.31 |
| Hex | 71 | 2B | 2D | 0 | 3E | 3C | 38 | 166 | 2D | 1F |
| Octal | 161 | 53 | 55 | 0 | 76 | 74 | 70 | 546 | 55 | 37 |
| Binary | 1110001 | 101011 | 101101 | 0 | 111110 | 111100 | 111000 | 101100110 | 101101 | 11111 |
Color Harmonies of #712B2D
Complementary color
Monochromatic Colors of #712B2D
Black with #712B2D
Text Example
Text Example
White with #712B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712B2D; }
p { color: rgb(113,43,45); }
H1.HeaderClassName
{
color: #712B2D;
}
.AnyTagClassName
{
color: #712B2D;
}
</style>
background-color css
<style>
a { background-color: #712B2D; }
a { background-color: rgb(113,43,45); }
div.DivClassName
{
background-color: #712B2D;
}
.BgClassName
{
background-color: #712B2D;
}
</style>
border-color css
<style>
span { border-color: #712B2D; }
span { border-color: rgb(113,43,45); }
td.TdClassName
{
border-color: #712B2D;
}
.TagClassName
{
border-color: #712B2D;
}
</style>