Shades of Tamarillo #78252C
Tints of Tamarillo #78252C
RGB
CMYK
RGB Variations
Color information
#78252C (or 0x78252C) is known color: Tamarillo. HEX triplet: 78, 25 and 2C. RGB value is (120,37,44). Sum of RGB (Red+Green+Blue) = 120+37+44=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78252C is #87DAD3. Grayscale: #3E3E3E. Windows color (decimal): -8903380 or 2893176. OLE color: 2893176.
HSL color Cylindrical-coordinate representation of color #78252C: hue angle of 354.94º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78252C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 44 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.53 |
| HSL | 354.94º | 0.53% | 0.31% | - |
| HSV(B) | 354.94º | 0.69% | 0.47% | - |
| XYZ | 8.86 | 5.5 | 2.98 | - |
| YUV | 62.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 44 | 0 | 0.69 | 0.63 | 0.53 | 354.94 | 0.53 | 0.31 |
| Hex | 78 | 25 | 2C | 0 | 45 | 3F | 35 | 163 | 35 | 1F |
| Octal | 170 | 45 | 54 | 0 | 105 | 77 | 65 | 543 | 65 | 37 |
| Binary | 1111000 | 100101 | 101100 | 0 | 1000101 | 111111 | 110101 | 101100011 | 110101 | 11111 |
Color Harmonies of #78252C
Complementary color
Monochromatic Colors of #78252C
Black with #78252C
Text Example
Text Example
White with #78252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78252C; }
p { color: rgb(120,37,44); }
H1.HeaderClassName
{
color: #78252C;
}
.AnyTagClassName
{
color: #78252C;
}
</style>
background-color css
<style>
a { background-color: #78252C; }
a { background-color: rgb(120,37,44); }
div.DivClassName
{
background-color: #78252C;
}
.BgClassName
{
background-color: #78252C;
}
</style>
border-color css
<style>
span { border-color: #78252C; }
span { border-color: rgb(120,37,44); }
td.TdClassName
{
border-color: #78252C;
}
.TagClassName
{
border-color: #78252C;
}
</style>