Shades of Tamarillo #752D31
Tints of Tamarillo #752D31
RGB
CMYK
RGB Variations
Color information
#752D31 (or 0x752D31) is known color: Tamarillo. HEX triplet: 75, 2D and 31. RGB value is (117,45,49). Sum of RGB (Red+Green+Blue) = 117+45+49=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #752D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D31 is #8AD2CE. Grayscale: #434343. Windows color (decimal): -9097935 or 3222901. OLE color: 3222901.
HSL color Cylindrical-coordinate representation of color #752D31: hue angle of 356.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752D31 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 49 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.54 |
| HSL | 356.67º | 0.44% | 0.32% | - |
| HSV(B) | 356.67º | 0.62% | 0.46% | - |
| XYZ | 8.83 | 5.88 | 3.58 | - |
| YUV | 66.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 49 | 0 | 0.62 | 0.58 | 0.54 | 356.67 | 0.44 | 0.32 |
| Hex | 75 | 2D | 31 | 0 | 3E | 3A | 36 | 165 | 2C | 20 |
| Octal | 165 | 55 | 61 | 0 | 76 | 72 | 66 | 545 | 54 | 40 |
| Binary | 1110101 | 101101 | 110001 | 0 | 111110 | 111010 | 110110 | 101100101 | 101100 | 100000 |
Color Harmonies of #752D31
Complementary color
Monochromatic Colors of #752D31
Black with #752D31
Text Example
Text Example
White with #752D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D31; }
p { color: rgb(117,45,49); }
H1.HeaderClassName
{
color: #752D31;
}
.AnyTagClassName
{
color: #752D31;
}
</style>
background-color css
<style>
a { background-color: #752D31; }
a { background-color: rgb(117,45,49); }
div.DivClassName
{
background-color: #752D31;
}
.BgClassName
{
background-color: #752D31;
}
</style>
border-color css
<style>
span { border-color: #752D31; }
span { border-color: rgb(117,45,49); }
td.TdClassName
{
border-color: #752D31;
}
.TagClassName
{
border-color: #752D31;
}
</style>