Shades of Paprika #7B253B
Tints of Paprika #7B253B
RGB
CMYK
RGB Variations
Color information
#7B253B (or 0x7B253B) is known color: Paprika. HEX triplet: 7B, 25 and 3B. RGB value is (123,37,59). Sum of RGB (Red+Green+Blue) = 123+37+59=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B253B is #84DAC4. Grayscale: #414141. Windows color (decimal): -8706757 or 3876219. OLE color: 3876219.
HSL color Cylindrical-coordinate representation of color #7B253B: hue angle of 344.65º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B253B is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 37 | 59 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.52 |
| HSL | 344.65º | 0.54% | 0.31% | - |
| HSV(B) | 344.65º | 0.7% | 0.48% | - |
| XYZ | 9.62 | 5.85 | 4.76 | - |
| YUV | 65.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 37 | 59 | 0 | 0.70 | 0.52 | 0.52 | 344.65 | 0.54 | 0.31 |
| Hex | 7B | 25 | 3B | 0 | 46 | 34 | 34 | 159 | 36 | 1F |
| Octal | 173 | 45 | 73 | 0 | 106 | 64 | 64 | 531 | 66 | 37 |
| Binary | 1111011 | 100101 | 111011 | 0 | 1000110 | 110100 | 110100 | 101011001 | 110110 | 11111 |
Color Harmonies of #7B253B
Complementary color
Monochromatic Colors of #7B253B
Black with #7B253B
Text Example
Text Example
White with #7B253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B253B; }
p { color: rgb(123,37,59); }
H1.HeaderClassName
{
color: #7B253B;
}
.AnyTagClassName
{
color: #7B253B;
}
</style>
background-color css
<style>
a { background-color: #7B253B; }
a { background-color: rgb(123,37,59); }
div.DivClassName
{
background-color: #7B253B;
}
.BgClassName
{
background-color: #7B253B;
}
</style>
border-color css
<style>
span { border-color: #7B253B; }
span { border-color: rgb(123,37,59); }
td.TdClassName
{
border-color: #7B253B;
}
.TagClassName
{
border-color: #7B253B;
}
</style>