Shades of Paprika #7B293C
Tints of Paprika #7B293C
RGB
CMYK
RGB Variations
Color information
#7B293C (or 0x7B293C) is known color: Paprika. HEX triplet: 7B, 29 and 3C. RGB value is (123,41,60). Sum of RGB (Red+Green+Blue) = 123+41+60=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B293C is #84D6C3. Grayscale: #434343. Windows color (decimal): -8705732 or 3942779. OLE color: 3942779.
HSL color Cylindrical-coordinate representation of color #7B293C: hue angle of 346.1º degrees, saturation: 0.5, 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 #7B293C is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 60 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.52 |
| HSL | 346.1º | 0.5% | 0.32% | - |
| HSV(B) | 346.1º | 0.67% | 0.48% | - |
| XYZ | 9.78 | 6.12 | 4.94 | - |
| YUV | 67.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 60 | 0 | 0.67 | 0.51 | 0.52 | 346.1 | 0.5 | 0.32 |
| Hex | 7B | 29 | 3C | 0 | 43 | 33 | 34 | 15A | 32 | 20 |
| Octal | 173 | 51 | 74 | 0 | 103 | 63 | 64 | 532 | 62 | 40 |
| Binary | 1111011 | 101001 | 111100 | 0 | 1000011 | 110011 | 110100 | 101011010 | 110010 | 100000 |
Color Harmonies of #7B293C
Complementary color
Monochromatic Colors of #7B293C
Black with #7B293C
Text Example
Text Example
White with #7B293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B293C; }
p { color: rgb(123,41,60); }
H1.HeaderClassName
{
color: #7B293C;
}
.AnyTagClassName
{
color: #7B293C;
}
</style>
background-color css
<style>
a { background-color: #7B293C; }
a { background-color: rgb(123,41,60); }
div.DivClassName
{
background-color: #7B293C;
}
.BgClassName
{
background-color: #7B293C;
}
</style>
border-color css
<style>
span { border-color: #7B293C; }
span { border-color: rgb(123,41,60); }
td.TdClassName
{
border-color: #7B293C;
}
.TagClassName
{
border-color: #7B293C;
}
</style>