Shades of Tamarillo #752F31
Tints of Tamarillo #752F31
RGB
CMYK
RGB Variations
Color information
#752F31 (or 0x752F31) is known color: Tamarillo. HEX triplet: 75, 2F and 31. RGB value is (117,47,49). Sum of RGB (Red+Green+Blue) = 117+47+49=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #752F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F31 is #8AD0CE. Grayscale: #444444. Windows color (decimal): -9097423 or 3223413. OLE color: 3223413.
HSL color Cylindrical-coordinate representation of color #752F31: hue angle of 358.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F31 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 49 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.54 |
| HSL | 358.29º | 0.43% | 0.32% | - |
| HSV(B) | 358.29º | 0.6% | 0.46% | - |
| XYZ | 8.91 | 6.04 | 3.6 | - |
| YUV | 68.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 49 | 0 | 0.60 | 0.58 | 0.54 | 358.29 | 0.43 | 0.32 |
| Hex | 75 | 2F | 31 | 0 | 3C | 3A | 36 | 166 | 2B | 20 |
| Octal | 165 | 57 | 61 | 0 | 74 | 72 | 66 | 546 | 53 | 40 |
| Binary | 1110101 | 101111 | 110001 | 0 | 111100 | 111010 | 110110 | 101100110 | 101011 | 100000 |
Color Harmonies of #752F31
Complementary color
Monochromatic Colors of #752F31
Black with #752F31
Text Example
Text Example
White with #752F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F31; }
p { color: rgb(117,47,49); }
H1.HeaderClassName
{
color: #752F31;
}
.AnyTagClassName
{
color: #752F31;
}
</style>
background-color css
<style>
a { background-color: #752F31; }
a { background-color: rgb(117,47,49); }
div.DivClassName
{
background-color: #752F31;
}
.BgClassName
{
background-color: #752F31;
}
</style>
border-color css
<style>
span { border-color: #752F31; }
span { border-color: rgb(117,47,49); }
td.TdClassName
{
border-color: #752F31;
}
.TagClassName
{
border-color: #752F31;
}
</style>