Shades of Paprika #7A2C33
Tints of Paprika #7A2C33
RGB
CMYK
RGB Variations
Color information
#7A2C33 (or 0x7A2C33) is known color: Paprika. HEX triplet: 7A, 2C and 33. RGB value is (122,44,51). Sum of RGB (Red+Green+Blue) = 122+44+51=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2C33 is #85D3CC. Grayscale: #444444. Windows color (decimal): -8770509 or 3353722. OLE color: 3353722.
HSL color Cylindrical-coordinate representation of color #7A2C33: hue angle of 354.62º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A2C33 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 44 | 51 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.52 |
| HSL | 354.62º | 0.47% | 0.33% | - |
| HSV(B) | 354.62º | 0.64% | 0.48% | - |
| XYZ | 9.52 | 6.18 | 3.82 | - |
| YUV | 68.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 51 | 0 | 0.64 | 0.58 | 0.52 | 354.62 | 0.47 | 0.33 |
| Hex | 7A | 2C | 33 | 0 | 40 | 3A | 34 | 163 | 2F | 21 |
| Octal | 172 | 54 | 63 | 0 | 100 | 72 | 64 | 543 | 57 | 41 |
| Binary | 1111010 | 101100 | 110011 | 0 | 1000000 | 111010 | 110100 | 101100011 | 101111 | 100001 |
Color Harmonies of #7A2C33
Complementary color
Monochromatic Colors of #7A2C33
Black with #7A2C33
Text Example
Text Example
White with #7A2C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2C33; }
p { color: rgb(122,44,51); }
H1.HeaderClassName
{
color: #7A2C33;
}
.AnyTagClassName
{
color: #7A2C33;
}
</style>
background-color css
<style>
a { background-color: #7A2C33; }
a { background-color: rgb(122,44,51); }
div.DivClassName
{
background-color: #7A2C33;
}
.BgClassName
{
background-color: #7A2C33;
}
</style>
border-color css
<style>
span { border-color: #7A2C33; }
span { border-color: rgb(122,44,51); }
td.TdClassName
{
border-color: #7A2C33;
}
.TagClassName
{
border-color: #7A2C33;
}
</style>