Shades of Tamarillo #732A2D
Tints of Tamarillo #732A2D
RGB
CMYK
RGB Variations
Color information
#732A2D (or 0x732A2D) is known color: Tamarillo. HEX triplet: 73, 2A and 2D. RGB value is (115,42,45). Sum of RGB (Red+Green+Blue) = 115+42+45=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #732A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A2D is #8CD5D2. Grayscale: #404040. Windows color (decimal): -9229779 or 2959987. OLE color: 2959987.
HSL color Cylindrical-coordinate representation of color #732A2D: hue angle of 357.53º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732A2D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 45 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.55 |
| HSL | 357.53º | 0.46% | 0.31% | - |
| HSV(B) | 357.53º | 0.63% | 0.45% | - |
| XYZ | 8.37 | 5.49 | 3.1 | - |
| YUV | 64.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 45 | 0 | 0.63 | 0.61 | 0.55 | 357.53 | 0.46 | 0.31 |
| Hex | 73 | 2A | 2D | 0 | 3F | 3D | 37 | 166 | 2E | 1F |
| Octal | 163 | 52 | 55 | 0 | 77 | 75 | 67 | 546 | 56 | 37 |
| Binary | 1110011 | 101010 | 101101 | 0 | 111111 | 111101 | 110111 | 101100110 | 101110 | 11111 |
Color Harmonies of #732A2D
Complementary color
Monochromatic Colors of #732A2D
Black with #732A2D
Text Example
Text Example
White with #732A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A2D; }
p { color: rgb(115,42,45); }
H1.HeaderClassName
{
color: #732A2D;
}
.AnyTagClassName
{
color: #732A2D;
}
</style>
background-color css
<style>
a { background-color: #732A2D; }
a { background-color: rgb(115,42,45); }
div.DivClassName
{
background-color: #732A2D;
}
.BgClassName
{
background-color: #732A2D;
}
</style>
border-color css
<style>
span { border-color: #732A2D; }
span { border-color: rgb(115,42,45); }
td.TdClassName
{
border-color: #732A2D;
}
.TagClassName
{
border-color: #732A2D;
}
</style>