Shades of Paprika #7B263C
Tints of Paprika #7B263C
RGB
CMYK
RGB Variations
Color information
#7B263C (or 0x7B263C) is known color: Paprika. HEX triplet: 7B, 26 and 3C. RGB value is (123,38,60). Sum of RGB (Red+Green+Blue) = 123+38+60=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B263C is #84D9C3. Grayscale: #414141. Windows color (decimal): -8706500 or 3942011. OLE color: 3942011.
HSL color Cylindrical-coordinate representation of color #7B263C: hue angle of 344.47º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B263C is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 38 | 60 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.52 |
| HSL | 344.47º | 0.53% | 0.32% | - |
| HSV(B) | 344.47º | 0.69% | 0.48% | - |
| XYZ | 9.68 | 5.92 | 4.91 | - |
| YUV | 65.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 60 | 0 | 0.69 | 0.51 | 0.52 | 344.47 | 0.53 | 0.32 |
| Hex | 7B | 26 | 3C | 0 | 45 | 33 | 34 | 158 | 35 | 20 |
| Octal | 173 | 46 | 74 | 0 | 105 | 63 | 64 | 530 | 65 | 40 |
| Binary | 1111011 | 100110 | 111100 | 0 | 1000101 | 110011 | 110100 | 101011000 | 110101 | 100000 |
Color Harmonies of #7B263C
Complementary color
Monochromatic Colors of #7B263C
Black with #7B263C
Text Example
Text Example
White with #7B263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B263C; }
p { color: rgb(123,38,60); }
H1.HeaderClassName
{
color: #7B263C;
}
.AnyTagClassName
{
color: #7B263C;
}
</style>
background-color css
<style>
a { background-color: #7B263C; }
a { background-color: rgb(123,38,60); }
div.DivClassName
{
background-color: #7B263C;
}
.BgClassName
{
background-color: #7B263C;
}
</style>
border-color css
<style>
span { border-color: #7B263C; }
span { border-color: rgb(123,38,60); }
td.TdClassName
{
border-color: #7B263C;
}
.TagClassName
{
border-color: #7B263C;
}
</style>