Shades of Tamarillo #752931
Tints of Tamarillo #752931
RGB
CMYK
RGB Variations
Color information
#752931 (or 0x752931) is known color: Tamarillo. HEX triplet: 75, 29 and 31. RGB value is (117,41,49). Sum of RGB (Red+Green+Blue) = 117+41+49=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #752931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752931 is #8AD6CE. Grayscale: #404040. Windows color (decimal): -9098959 or 3221877. OLE color: 3221877.
HSL color Cylindrical-coordinate representation of color #752931: hue angle of 353.68º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752931 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 41 | 49 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.54 |
| HSL | 353.68º | 0.48% | 0.31% | - |
| HSV(B) | 353.68º | 0.65% | 0.46% | - |
| XYZ | 8.68 | 5.59 | 3.53 | - |
| YUV | 64.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 49 | 0 | 0.65 | 0.58 | 0.54 | 353.68 | 0.48 | 0.31 |
| Hex | 75 | 29 | 31 | 0 | 41 | 3A | 36 | 162 | 30 | 1F |
| Octal | 165 | 51 | 61 | 0 | 101 | 72 | 66 | 542 | 60 | 37 |
| Binary | 1110101 | 101001 | 110001 | 0 | 1000001 | 111010 | 110110 | 101100010 | 110000 | 11111 |
Color Harmonies of #752931
Complementary color
Monochromatic Colors of #752931
Black with #752931
Text Example
Text Example
White with #752931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752931; }
p { color: rgb(117,41,49); }
H1.HeaderClassName
{
color: #752931;
}
.AnyTagClassName
{
color: #752931;
}
</style>
background-color css
<style>
a { background-color: #752931; }
a { background-color: rgb(117,41,49); }
div.DivClassName
{
background-color: #752931;
}
.BgClassName
{
background-color: #752931;
}
</style>
border-color css
<style>
span { border-color: #752931; }
span { border-color: rgb(117,41,49); }
td.TdClassName
{
border-color: #752931;
}
.TagClassName
{
border-color: #752931;
}
</style>