Shades of Tamarillo #762A31
Tints of Tamarillo #762A31
RGB
CMYK
RGB Variations
Color information
#762A31 (or 0x762A31) is known color: Tamarillo. HEX triplet: 76, 2A and 31. RGB value is (118,42,49). Sum of RGB (Red+Green+Blue) = 118+42+49=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #762A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A31 is #89D5CE. Grayscale: #414141. Windows color (decimal): -9033167 or 3222134. OLE color: 3222134.
HSL color Cylindrical-coordinate representation of color #762A31: hue angle of 354.47º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A31 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 49 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.54 |
| HSL | 354.47º | 0.48% | 0.31% | - |
| HSV(B) | 354.47º | 0.64% | 0.46% | - |
| XYZ | 8.85 | 5.73 | 3.54 | - |
| YUV | 65.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 49 | 0 | 0.64 | 0.58 | 0.54 | 354.47 | 0.48 | 0.31 |
| Hex | 76 | 2A | 31 | 0 | 40 | 3A | 36 | 162 | 30 | 1F |
| Octal | 166 | 52 | 61 | 0 | 100 | 72 | 66 | 542 | 60 | 37 |
| Binary | 1110110 | 101010 | 110001 | 0 | 1000000 | 111010 | 110110 | 101100010 | 110000 | 11111 |
Color Harmonies of #762A31
Complementary color
Monochromatic Colors of #762A31
Black with #762A31
Text Example
Text Example
White with #762A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A31; }
p { color: rgb(118,42,49); }
H1.HeaderClassName
{
color: #762A31;
}
.AnyTagClassName
{
color: #762A31;
}
</style>
background-color css
<style>
a { background-color: #762A31; }
a { background-color: rgb(118,42,49); }
div.DivClassName
{
background-color: #762A31;
}
.BgClassName
{
background-color: #762A31;
}
</style>
border-color css
<style>
span { border-color: #762A31; }
span { border-color: rgb(118,42,49); }
td.TdClassName
{
border-color: #762A31;
}
.TagClassName
{
border-color: #762A31;
}
</style>