Shades of Paprika #7A283E
Tints of Paprika #7A283E
RGB
CMYK
RGB Variations
Color information
#7A283E (or 0x7A283E) is known color: Paprika. HEX triplet: 7A, 28 and 3E. RGB value is (122,40,62). Sum of RGB (Red+Green+Blue) = 122+40+62=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A283E is #85D7C1. Grayscale: #434343. Windows color (decimal): -8771522 or 4073594. OLE color: 4073594.
HSL color Cylindrical-coordinate representation of color #7A283E: hue angle of 343.9º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A283E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 40 | 62 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.52 |
| HSL | 343.9º | 0.51% | 0.32% | - |
| HSV(B) | 343.9º | 0.67% | 0.48% | - |
| XYZ | 9.65 | 6 | 5.21 | - |
| YUV | 67.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 62 | 0 | 0.67 | 0.49 | 0.52 | 343.9 | 0.51 | 0.32 |
| Hex | 7A | 28 | 3E | 0 | 43 | 31 | 34 | 158 | 33 | 20 |
| Octal | 172 | 50 | 76 | 0 | 103 | 61 | 64 | 530 | 63 | 40 |
| Binary | 1111010 | 101000 | 111110 | 0 | 1000011 | 110001 | 110100 | 101011000 | 110011 | 100000 |
Color Harmonies of #7A283E
Complementary color
Monochromatic Colors of #7A283E
Black with #7A283E
Text Example
Text Example
White with #7A283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A283E; }
p { color: rgb(122,40,62); }
H1.HeaderClassName
{
color: #7A283E;
}
.AnyTagClassName
{
color: #7A283E;
}
</style>
background-color css
<style>
a { background-color: #7A283E; }
a { background-color: rgb(122,40,62); }
div.DivClassName
{
background-color: #7A283E;
}
.BgClassName
{
background-color: #7A283E;
}
</style>
border-color css
<style>
span { border-color: #7A283E; }
span { border-color: rgb(122,40,62); }
td.TdClassName
{
border-color: #7A283E;
}
.TagClassName
{
border-color: #7A283E;
}
</style>