Shades of Tamarillo #75282C
Tints of Tamarillo #75282C
RGB
CMYK
RGB Variations
Color information
#75282C (or 0x75282C) is known color: Tamarillo. HEX triplet: 75, 28 and 2C. RGB value is (117,40,44). Sum of RGB (Red+Green+Blue) = 117+40+44=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #75282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75282C is #8AD7D3. Grayscale: #3F3F3F. Windows color (decimal): -9099220 or 2893941. OLE color: 2893941.
HSL color Cylindrical-coordinate representation of color #75282C: hue angle of 356.88º 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 #75282C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 40 | 44 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.54 |
| HSL | 356.88º | 0.49% | 0.31% | - |
| HSV(B) | 356.88º | 0.66% | 0.46% | - |
| XYZ | 8.55 | 5.48 | 2.99 | - |
| YUV | 63.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 44 | 0 | 0.66 | 0.62 | 0.54 | 356.88 | 0.49 | 0.31 |
| Hex | 75 | 28 | 2C | 0 | 42 | 3E | 36 | 165 | 31 | 1F |
| Octal | 165 | 50 | 54 | 0 | 102 | 76 | 66 | 545 | 61 | 37 |
| Binary | 1110101 | 101000 | 101100 | 0 | 1000010 | 111110 | 110110 | 101100101 | 110001 | 11111 |
Color Harmonies of #75282C
Complementary color
Monochromatic Colors of #75282C
Black with #75282C
Text Example
Text Example
White with #75282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75282C; }
p { color: rgb(117,40,44); }
H1.HeaderClassName
{
color: #75282C;
}
.AnyTagClassName
{
color: #75282C;
}
</style>
background-color css
<style>
a { background-color: #75282C; }
a { background-color: rgb(117,40,44); }
div.DivClassName
{
background-color: #75282C;
}
.BgClassName
{
background-color: #75282C;
}
</style>
border-color css
<style>
span { border-color: #75282C; }
span { border-color: rgb(117,40,44); }
td.TdClassName
{
border-color: #75282C;
}
.TagClassName
{
border-color: #75282C;
}
</style>