Shades of Tamarillo #732F31
Tints of Tamarillo #732F31
RGB
CMYK
RGB Variations
Color information
#732F31 (or 0x732F31) is known color: Tamarillo. HEX triplet: 73, 2F and 31. RGB value is (115,47,49). Sum of RGB (Red+Green+Blue) = 115+47+49=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #732F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F31 is #8CD0CE. Grayscale: #434343. Windows color (decimal): -9228495 or 3223411. OLE color: 3223411.
HSL color Cylindrical-coordinate representation of color #732F31: hue angle of 358.24º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #732F31 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 49 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.55 |
| HSL | 358.24º | 0.42% | 0.32% | - |
| HSV(B) | 358.24º | 0.59% | 0.45% | - |
| XYZ | 8.64 | 5.9 | 3.59 | - |
| YUV | 67.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 49 | 0 | 0.59 | 0.57 | 0.55 | 358.24 | 0.42 | 0.32 |
| Hex | 73 | 2F | 31 | 0 | 3B | 39 | 37 | 166 | 2A | 20 |
| Octal | 163 | 57 | 61 | 0 | 73 | 71 | 67 | 546 | 52 | 40 |
| Binary | 1110011 | 101111 | 110001 | 0 | 111011 | 111001 | 110111 | 101100110 | 101010 | 100000 |
Color Harmonies of #732F31
Complementary color
Monochromatic Colors of #732F31
Black with #732F31
Text Example
Text Example
White with #732F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F31; }
p { color: rgb(115,47,49); }
H1.HeaderClassName
{
color: #732F31;
}
.AnyTagClassName
{
color: #732F31;
}
</style>
background-color css
<style>
a { background-color: #732F31; }
a { background-color: rgb(115,47,49); }
div.DivClassName
{
background-color: #732F31;
}
.BgClassName
{
background-color: #732F31;
}
</style>
border-color css
<style>
span { border-color: #732F31; }
span { border-color: rgb(115,47,49); }
td.TdClassName
{
border-color: #732F31;
}
.TagClassName
{
border-color: #732F31;
}
</style>