Shades of Tamarillo #732E30
Tints of Tamarillo #732E30
RGB
CMYK
RGB Variations
Color information
#732E30 (or 0x732E30) is known color: Tamarillo. HEX triplet: 73, 2E and 30. RGB value is (115,46,48). Sum of RGB (Red+Green+Blue) = 115+46+48=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #732E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E30 is #8CD1CF. Grayscale: #424242. Windows color (decimal): -9228752 or 3157619. OLE color: 3157619.
HSL color Cylindrical-coordinate representation of color #732E30: hue angle of 358.26º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #732E30 is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 48 | - |
| CMYK | 0 | 0.6 | 0.58 | 0.55 |
| HSL | 358.26º | 0.43% | 0.32% | - |
| HSV(B) | 358.26º | 0.6% | 0.45% | - |
| XYZ | 8.58 | 5.81 | 3.47 | - |
| YUV | 66.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 48 | 0 | 0.6 | 0.58 | 0.55 | 358.26 | 0.43 | 0.32 |
| Hex | 73 | 2E | 30 | 0 | 3C | 3A | 37 | 166 | 2B | 20 |
| Octal | 163 | 56 | 60 | 0 | 74 | 72 | 67 | 546 | 53 | 40 |
| Binary | 1110011 | 101110 | 110000 | 0 | 111100 | 111010 | 110111 | 101100110 | 101011 | 100000 |
Color Harmonies of #732E30
Complementary color
Monochromatic Colors of #732E30
Black with #732E30
Text Example
Text Example
White with #732E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E30; }
p { color: rgb(115,46,48); }
H1.HeaderClassName
{
color: #732E30;
}
.AnyTagClassName
{
color: #732E30;
}
</style>
background-color css
<style>
a { background-color: #732E30; }
a { background-color: rgb(115,46,48); }
div.DivClassName
{
background-color: #732E30;
}
.BgClassName
{
background-color: #732E30;
}
</style>
border-color css
<style>
span { border-color: #732E30; }
span { border-color: rgb(115,46,48); }
td.TdClassName
{
border-color: #732E30;
}
.TagClassName
{
border-color: #732E30;
}
</style>