Shades of Paprika #7A273B
Tints of Paprika #7A273B
RGB
CMYK
RGB Variations
Color information
#7A273B (or 0x7A273B) is known color: Paprika. HEX triplet: 7A, 27 and 3B. RGB value is (122,39,59). Sum of RGB (Red+Green+Blue) = 122+39+59=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A273B is #85D8C4. Grayscale: #424242. Windows color (decimal): -8771781 or 3876730. OLE color: 3876730.
HSL color Cylindrical-coordinate representation of color #7A273B: hue angle of 345.54º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A273B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 39 | 59 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.52 |
| HSL | 345.54º | 0.52% | 0.32% | - |
| HSV(B) | 345.54º | 0.68% | 0.48% | - |
| XYZ | 9.54 | 5.9 | 4.77 | - |
| YUV | 66.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 39 | 59 | 0 | 0.68 | 0.52 | 0.52 | 345.54 | 0.52 | 0.32 |
| Hex | 7A | 27 | 3B | 0 | 44 | 34 | 34 | 15A | 34 | 20 |
| Octal | 172 | 47 | 73 | 0 | 104 | 64 | 64 | 532 | 64 | 40 |
| Binary | 1111010 | 100111 | 111011 | 0 | 1000100 | 110100 | 110100 | 101011010 | 110100 | 100000 |
Color Harmonies of #7A273B
Complementary color
Monochromatic Colors of #7A273B
Black with #7A273B
Text Example
Text Example
White with #7A273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A273B; }
p { color: rgb(122,39,59); }
H1.HeaderClassName
{
color: #7A273B;
}
.AnyTagClassName
{
color: #7A273B;
}
</style>
background-color css
<style>
a { background-color: #7A273B; }
a { background-color: rgb(122,39,59); }
div.DivClassName
{
background-color: #7A273B;
}
.BgClassName
{
background-color: #7A273B;
}
</style>
border-color css
<style>
span { border-color: #7A273B; }
span { border-color: rgb(122,39,59); }
td.TdClassName
{
border-color: #7A273B;
}
.TagClassName
{
border-color: #7A273B;
}
</style>