Shades of Tamarillo #7D2D31
Tints of Tamarillo #7D2D31
RGB
CMYK
RGB Variations
Color information
#7D2D31 (or 0x7D2D31) is known color: Tamarillo. HEX triplet: 7D, 2D and 31. RGB value is (125,45,49). Sum of RGB (Red+Green+Blue) = 125+45+49=219 (29% of max value = 765). Red value is 125 (49.22% from 255 or 57.08% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2D31 is #82D2CE. Grayscale: #454545. Windows color (decimal): -8573647 or 3222909. OLE color: 3222909.
HSL color Cylindrical-coordinate representation of color #7D2D31: hue angle of 357º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D2D31 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 45 | 49 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.51 |
| HSL | 357º | 0.47% | 0.33% | - |
| HSV(B) | 357º | 0.64% | 0.49% | - |
| XYZ | 9.95 | 6.46 | 3.63 | - |
| YUV | 69.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 45 | 49 | 0 | 0.64 | 0.61 | 0.51 | 357 | 0.47 | 0.33 |
| Hex | 7D | 2D | 31 | 0 | 40 | 3D | 33 | 165 | 2F | 21 |
| Octal | 175 | 55 | 61 | 0 | 100 | 75 | 63 | 545 | 57 | 41 |
| Binary | 1111101 | 101101 | 110001 | 0 | 1000000 | 111101 | 110011 | 101100101 | 101111 | 100001 |
Color Harmonies of #7D2D31
Complementary color
Monochromatic Colors of #7D2D31
Black with #7D2D31
Text Example
Text Example
White with #7D2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2D31; }
p { color: rgb(125,45,49); }
H1.HeaderClassName
{
color: #7D2D31;
}
.AnyTagClassName
{
color: #7D2D31;
}
</style>
background-color css
<style>
a { background-color: #7D2D31; }
a { background-color: rgb(125,45,49); }
div.DivClassName
{
background-color: #7D2D31;
}
.BgClassName
{
background-color: #7D2D31;
}
</style>
border-color css
<style>
span { border-color: #7D2D31; }
span { border-color: rgb(125,45,49); }
td.TdClassName
{
border-color: #7D2D31;
}
.TagClassName
{
border-color: #7D2D31;
}
</style>