Shades of Paprika #7A2638
Tints of Paprika #7A2638
RGB
CMYK
RGB Variations
Color information
#7A2638 (or 0x7A2638) is known color: Paprika. HEX triplet: 7A, 26 and 38. RGB value is (122,38,56). Sum of RGB (Red+Green+Blue) = 122+38+56=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2638 is #85D9C7. Grayscale: #414141. Windows color (decimal): -8772040 or 3679866. OLE color: 3679866.
HSL color Cylindrical-coordinate representation of color #7A2638: hue angle of 347.14º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A2638 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 56 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.52 |
| HSL | 347.14º | 0.53% | 0.31% | - |
| HSV(B) | 347.14º | 0.69% | 0.48% | - |
| XYZ | 9.43 | 5.81 | 4.37 | - |
| YUV | 65.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 56 | 0 | 0.69 | 0.54 | 0.52 | 347.14 | 0.53 | 0.31 |
| Hex | 7A | 26 | 38 | 0 | 45 | 36 | 34 | 15B | 34 | 1F |
| Octal | 172 | 46 | 70 | 0 | 105 | 66 | 64 | 533 | 64 | 37 |
| Binary | 1111010 | 100110 | 111000 | 0 | 1000101 | 110110 | 110100 | 101011011 | 110100 | 11111 |
Color Harmonies of #7A2638
Complementary color
Monochromatic Colors of #7A2638
Black with #7A2638
Text Example
Text Example
White with #7A2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2638; }
p { color: rgb(122,38,56); }
H1.HeaderClassName
{
color: #7A2638;
}
.AnyTagClassName
{
color: #7A2638;
}
</style>
background-color css
<style>
a { background-color: #7A2638; }
a { background-color: rgb(122,38,56); }
div.DivClassName
{
background-color: #7A2638;
}
.BgClassName
{
background-color: #7A2638;
}
</style>
border-color css
<style>
span { border-color: #7A2638; }
span { border-color: rgb(122,38,56); }
td.TdClassName
{
border-color: #7A2638;
}
.TagClassName
{
border-color: #7A2638;
}
</style>