Shades of Paprika #7A2A33
Tints of Paprika #7A2A33
RGB
CMYK
RGB Variations
Color information
#7A2A33 (or 0x7A2A33) is known color: Paprika. HEX triplet: 7A, 2A and 33. RGB value is (122,42,51). Sum of RGB (Red+Green+Blue) = 122+42+51=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2A33 is #85D5CC. Grayscale: #424242. Windows color (decimal): -8771021 or 3353210. OLE color: 3353210.
HSL color Cylindrical-coordinate representation of color #7A2A33: hue angle of 353.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A2A33 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 42 | 51 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.52 |
| HSL | 353.25º | 0.49% | 0.32% | - |
| HSV(B) | 353.25º | 0.66% | 0.48% | - |
| XYZ | 9.45 | 6.03 | 3.8 | - |
| YUV | 66.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 42 | 51 | 0 | 0.66 | 0.58 | 0.52 | 353.25 | 0.49 | 0.32 |
| Hex | 7A | 2A | 33 | 0 | 42 | 3A | 34 | 161 | 31 | 20 |
| Octal | 172 | 52 | 63 | 0 | 102 | 72 | 64 | 541 | 61 | 40 |
| Binary | 1111010 | 101010 | 110011 | 0 | 1000010 | 111010 | 110100 | 101100001 | 110001 | 100000 |
Color Harmonies of #7A2A33
Complementary color
Monochromatic Colors of #7A2A33
Black with #7A2A33
Text Example
Text Example
White with #7A2A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2A33; }
p { color: rgb(122,42,51); }
H1.HeaderClassName
{
color: #7A2A33;
}
.AnyTagClassName
{
color: #7A2A33;
}
</style>
background-color css
<style>
a { background-color: #7A2A33; }
a { background-color: rgb(122,42,51); }
div.DivClassName
{
background-color: #7A2A33;
}
.BgClassName
{
background-color: #7A2A33;
}
</style>
border-color css
<style>
span { border-color: #7A2A33; }
span { border-color: rgb(122,42,51); }
td.TdClassName
{
border-color: #7A2A33;
}
.TagClassName
{
border-color: #7A2A33;
}
</style>