Shades of Paprika #7A253B
Tints of Paprika #7A253B
RGB
CMYK
RGB Variations
Color information
#7A253B (or 0x7A253B) is known color: Paprika. HEX triplet: 7A, 25 and 3B. RGB value is (122,37,59). Sum of RGB (Red+Green+Blue) = 122+37+59=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A253B is #85DAC4. Grayscale: #404040. Windows color (decimal): -8772293 or 3876218. OLE color: 3876218.
HSL color Cylindrical-coordinate representation of color #7A253B: hue angle of 344.47º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A253B is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 37 | 59 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.52 |
| HSL | 344.47º | 0.53% | 0.31% | - |
| HSV(B) | 344.47º | 0.7% | 0.48% | - |
| XYZ | 9.48 | 5.78 | 4.75 | - |
| YUV | 64.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 37 | 59 | 0 | 0.70 | 0.52 | 0.52 | 344.47 | 0.53 | 0.31 |
| Hex | 7A | 25 | 3B | 0 | 46 | 34 | 34 | 158 | 35 | 1F |
| Octal | 172 | 45 | 73 | 0 | 106 | 64 | 64 | 530 | 65 | 37 |
| Binary | 1111010 | 100101 | 111011 | 0 | 1000110 | 110100 | 110100 | 101011000 | 110101 | 11111 |
Color Harmonies of #7A253B
Complementary color
Monochromatic Colors of #7A253B
Black with #7A253B
Text Example
Text Example
White with #7A253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A253B; }
p { color: rgb(122,37,59); }
H1.HeaderClassName
{
color: #7A253B;
}
.AnyTagClassName
{
color: #7A253B;
}
</style>
background-color css
<style>
a { background-color: #7A253B; }
a { background-color: rgb(122,37,59); }
div.DivClassName
{
background-color: #7A253B;
}
.BgClassName
{
background-color: #7A253B;
}
</style>
border-color css
<style>
span { border-color: #7A253B; }
span { border-color: rgb(122,37,59); }
td.TdClassName
{
border-color: #7A253B;
}
.TagClassName
{
border-color: #7A253B;
}
</style>