Shades of Tamarillo #75292D
Tints of Tamarillo #75292D
RGB
CMYK
RGB Variations
Color information
#75292D (or 0x75292D) is known color: Tamarillo. HEX triplet: 75, 29 and 2D. RGB value is (117,41,45). Sum of RGB (Red+Green+Blue) = 117+41+45=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #75292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75292D is #8AD6D2. Grayscale: #404040. Windows color (decimal): -9098963 or 2959733. OLE color: 2959733.
HSL color Cylindrical-coordinate representation of color #75292D: hue angle of 356.84º 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 #75292D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 41 | 45 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.54 |
| HSL | 356.84º | 0.48% | 0.31% | - |
| HSV(B) | 356.84º | 0.65% | 0.46% | - |
| XYZ | 8.6 | 5.56 | 3.1 | - |
| YUV | 64.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 45 | 0 | 0.65 | 0.62 | 0.54 | 356.84 | 0.48 | 0.31 |
| Hex | 75 | 29 | 2D | 0 | 41 | 3E | 36 | 165 | 30 | 1F |
| Octal | 165 | 51 | 55 | 0 | 101 | 76 | 66 | 545 | 60 | 37 |
| Binary | 1110101 | 101001 | 101101 | 0 | 1000001 | 111110 | 110110 | 101100101 | 110000 | 11111 |
Color Harmonies of #75292D
Complementary color
Monochromatic Colors of #75292D
Black with #75292D
Text Example
Text Example
White with #75292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75292D; }
p { color: rgb(117,41,45); }
H1.HeaderClassName
{
color: #75292D;
}
.AnyTagClassName
{
color: #75292D;
}
</style>
background-color css
<style>
a { background-color: #75292D; }
a { background-color: rgb(117,41,45); }
div.DivClassName
{
background-color: #75292D;
}
.BgClassName
{
background-color: #75292D;
}
</style>
border-color css
<style>
span { border-color: #75292D; }
span { border-color: rgb(117,41,45); }
td.TdClassName
{
border-color: #75292D;
}
.TagClassName
{
border-color: #75292D;
}
</style>