Shades of Paprika #7A263D
Tints of Paprika #7A263D
RGB
CMYK
RGB Variations
Color information
#7A263D (or 0x7A263D) is known color: Paprika. HEX triplet: 7A, 26 and 3D. RGB value is (122,38,61). Sum of RGB (Red+Green+Blue) = 122+38+61=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A263D is #85D9C2. Grayscale: #414141. Windows color (decimal): -8772035 or 4007546. OLE color: 4007546.
HSL color Cylindrical-coordinate representation of color #7A263D: hue angle of 343.57º 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 #7A263D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 61 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.52 |
| HSL | 343.57º | 0.53% | 0.31% | - |
| HSV(B) | 343.57º | 0.69% | 0.48% | - |
| XYZ | 9.56 | 5.86 | 5.04 | - |
| YUV | 65.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 61 | 0 | 0.69 | 0.50 | 0.52 | 343.57 | 0.53 | 0.31 |
| Hex | 7A | 26 | 3D | 0 | 45 | 32 | 34 | 158 | 34 | 1F |
| Octal | 172 | 46 | 75 | 0 | 105 | 62 | 64 | 530 | 64 | 37 |
| Binary | 1111010 | 100110 | 111101 | 0 | 1000101 | 110010 | 110100 | 101011000 | 110100 | 11111 |
Color Harmonies of #7A263D
Complementary color
Monochromatic Colors of #7A263D
Black with #7A263D
Text Example
Text Example
White with #7A263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A263D; }
p { color: rgb(122,38,61); }
H1.HeaderClassName
{
color: #7A263D;
}
.AnyTagClassName
{
color: #7A263D;
}
</style>
background-color css
<style>
a { background-color: #7A263D; }
a { background-color: rgb(122,38,61); }
div.DivClassName
{
background-color: #7A263D;
}
.BgClassName
{
background-color: #7A263D;
}
</style>
border-color css
<style>
span { border-color: #7A263D; }
span { border-color: rgb(122,38,61); }
td.TdClassName
{
border-color: #7A263D;
}
.TagClassName
{
border-color: #7A263D;
}
</style>