Shades of Tamarillo #75292F
Tints of Tamarillo #75292F
RGB
CMYK
RGB Variations
Color information
#75292F (or 0x75292F) is known color: Tamarillo. HEX triplet: 75, 29 and 2F. RGB value is (117,41,47). Sum of RGB (Red+Green+Blue) = 117+41+47=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #75292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75292F is #8AD6D0. Grayscale: #404040. Windows color (decimal): -9098961 or 3090805. OLE color: 3090805.
HSL color Cylindrical-coordinate representation of color #75292F: hue angle of 355.26º 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 #75292F is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 41 | 47 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.54 |
| HSL | 355.26º | 0.48% | 0.31% | - |
| HSV(B) | 355.26º | 0.65% | 0.46% | - |
| XYZ | 8.64 | 5.57 | 3.31 | - |
| YUV | 64.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 47 | 0 | 0.65 | 0.60 | 0.54 | 355.26 | 0.48 | 0.31 |
| Hex | 75 | 29 | 2F | 0 | 41 | 3C | 36 | 163 | 30 | 1F |
| Octal | 165 | 51 | 57 | 0 | 101 | 74 | 66 | 543 | 60 | 37 |
| Binary | 1110101 | 101001 | 101111 | 0 | 1000001 | 111100 | 110110 | 101100011 | 110000 | 11111 |
Color Harmonies of #75292F
Complementary color
Monochromatic Colors of #75292F
Black with #75292F
Text Example
Text Example
White with #75292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75292F; }
p { color: rgb(117,41,47); }
H1.HeaderClassName
{
color: #75292F;
}
.AnyTagClassName
{
color: #75292F;
}
</style>
background-color css
<style>
a { background-color: #75292F; }
a { background-color: rgb(117,41,47); }
div.DivClassName
{
background-color: #75292F;
}
.BgClassName
{
background-color: #75292F;
}
</style>
border-color css
<style>
span { border-color: #75292F; }
span { border-color: rgb(117,41,47); }
td.TdClassName
{
border-color: #75292F;
}
.TagClassName
{
border-color: #75292F;
}
</style>