Shades of Paprika #7B2738
Tints of Paprika #7B2738
RGB
CMYK
RGB Variations
Color information
#7B2738 (or 0x7B2738) is known color: Paprika. HEX triplet: 7B, 27 and 38. RGB value is (123,39,56). Sum of RGB (Red+Green+Blue) = 123+39+56=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2738 is #84D8C7. Grayscale: #424242. Windows color (decimal): -8706248 or 3680123. OLE color: 3680123.
HSL color Cylindrical-coordinate representation of color #7B2738: hue angle of 347.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B2738 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 56 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.52 |
| HSL | 347.86º | 0.52% | 0.32% | - |
| HSV(B) | 347.86º | 0.68% | 0.48% | - |
| XYZ | 9.61 | 5.95 | 4.38 | - |
| YUV | 66.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 56 | 0 | 0.68 | 0.54 | 0.52 | 347.86 | 0.52 | 0.32 |
| Hex | 7B | 27 | 38 | 0 | 44 | 36 | 34 | 15C | 34 | 20 |
| Octal | 173 | 47 | 70 | 0 | 104 | 66 | 64 | 534 | 64 | 40 |
| Binary | 1111011 | 100111 | 111000 | 0 | 1000100 | 110110 | 110100 | 101011100 | 110100 | 100000 |
Color Harmonies of #7B2738
Complementary color
Monochromatic Colors of #7B2738
Black with #7B2738
Text Example
Text Example
White with #7B2738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2738; }
p { color: rgb(123,39,56); }
H1.HeaderClassName
{
color: #7B2738;
}
.AnyTagClassName
{
color: #7B2738;
}
</style>
background-color css
<style>
a { background-color: #7B2738; }
a { background-color: rgb(123,39,56); }
div.DivClassName
{
background-color: #7B2738;
}
.BgClassName
{
background-color: #7B2738;
}
</style>
border-color css
<style>
span { border-color: #7B2738; }
span { border-color: rgb(123,39,56); }
td.TdClassName
{
border-color: #7B2738;
}
.TagClassName
{
border-color: #7B2738;
}
</style>