Shades of Paprika #7A2B3C
Tints of Paprika #7A2B3C
RGB
CMYK
RGB Variations
Color information
#7A2B3C (or 0x7A2B3C) is known color: Paprika. HEX triplet: 7A, 2B and 3C. RGB value is (122,43,60). Sum of RGB (Red+Green+Blue) = 122+43+60=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2B3C is #85D4C3. Grayscale: #444444. Windows color (decimal): -8770756 or 3943290. OLE color: 3943290.
HSL color Cylindrical-coordinate representation of color #7A2B3C: hue angle of 347.09º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A2B3C is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 43 | 60 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.52 |
| HSL | 347.09º | 0.48% | 0.32% | - |
| HSV(B) | 347.09º | 0.65% | 0.48% | - |
| XYZ | 9.71 | 6.19 | 4.96 | - |
| YUV | 68.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 60 | 0 | 0.65 | 0.51 | 0.52 | 347.09 | 0.48 | 0.32 |
| Hex | 7A | 2B | 3C | 0 | 41 | 33 | 34 | 15B | 30 | 20 |
| Octal | 172 | 53 | 74 | 0 | 101 | 63 | 64 | 533 | 60 | 40 |
| Binary | 1111010 | 101011 | 111100 | 0 | 1000001 | 110011 | 110100 | 101011011 | 110000 | 100000 |
Color Harmonies of #7A2B3C
Complementary color
Monochromatic Colors of #7A2B3C
Black with #7A2B3C
Text Example
Text Example
White with #7A2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2B3C; }
p { color: rgb(122,43,60); }
H1.HeaderClassName
{
color: #7A2B3C;
}
.AnyTagClassName
{
color: #7A2B3C;
}
</style>
background-color css
<style>
a { background-color: #7A2B3C; }
a { background-color: rgb(122,43,60); }
div.DivClassName
{
background-color: #7A2B3C;
}
.BgClassName
{
background-color: #7A2B3C;
}
</style>
border-color css
<style>
span { border-color: #7A2B3C; }
span { border-color: rgb(122,43,60); }
td.TdClassName
{
border-color: #7A2B3C;
}
.TagClassName
{
border-color: #7A2B3C;
}
</style>