Shades of Tamarillo #752831
Tints of Tamarillo #752831
RGB
CMYK
RGB Variations
Color information
#752831 (or 0x752831) is known color: Tamarillo. HEX triplet: 75, 28 and 31. RGB value is (117,40,49). Sum of RGB (Red+Green+Blue) = 117+40+49=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752831 is #8AD7CE. Grayscale: #404040. Windows color (decimal): -9099215 or 3221621. OLE color: 3221621.
HSL color Cylindrical-coordinate representation of color #752831: hue angle of 352.99º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752831 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 40 | 49 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.54 |
| HSL | 352.99º | 0.49% | 0.31% | - |
| HSV(B) | 352.99º | 0.66% | 0.46% | - |
| XYZ | 8.65 | 5.52 | 3.52 | - |
| YUV | 64.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 49 | 0 | 0.66 | 0.58 | 0.54 | 352.99 | 0.49 | 0.31 |
| Hex | 75 | 28 | 31 | 0 | 42 | 3A | 36 | 161 | 31 | 1F |
| Octal | 165 | 50 | 61 | 0 | 102 | 72 | 66 | 541 | 61 | 37 |
| Binary | 1110101 | 101000 | 110001 | 0 | 1000010 | 111010 | 110110 | 101100001 | 110001 | 11111 |
Color Harmonies of #752831
Complementary color
Monochromatic Colors of #752831
Black with #752831
Text Example
Text Example
White with #752831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752831; }
p { color: rgb(117,40,49); }
H1.HeaderClassName
{
color: #752831;
}
.AnyTagClassName
{
color: #752831;
}
</style>
background-color css
<style>
a { background-color: #752831; }
a { background-color: rgb(117,40,49); }
div.DivClassName
{
background-color: #752831;
}
.BgClassName
{
background-color: #752831;
}
</style>
border-color css
<style>
span { border-color: #752831; }
span { border-color: rgb(117,40,49); }
td.TdClassName
{
border-color: #752831;
}
.TagClassName
{
border-color: #752831;
}
</style>