Shades of Paprika #7B2B3A
Tints of Paprika #7B2B3A
RGB
CMYK
RGB Variations
Color information
#7B2B3A (or 0x7B2B3A) is known color: Paprika. HEX triplet: 7B, 2B and 3A. RGB value is (123,43,58). Sum of RGB (Red+Green+Blue) = 123+43+58=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2B3A is #84D4C5. Grayscale: #444444. Windows color (decimal): -8705222 or 3812219. OLE color: 3812219.
HSL color Cylindrical-coordinate representation of color #7B2B3A: hue angle of 348.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2B3A is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 43 | 58 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.52 |
| HSL | 348.75º | 0.48% | 0.33% | - |
| HSV(B) | 348.75º | 0.65% | 0.48% | - |
| XYZ | 9.8 | 6.24 | 4.69 | - |
| YUV | 68.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 58 | 0 | 0.65 | 0.53 | 0.52 | 348.75 | 0.48 | 0.33 |
| Hex | 7B | 2B | 3A | 0 | 41 | 35 | 34 | 15D | 30 | 21 |
| Octal | 173 | 53 | 72 | 0 | 101 | 65 | 64 | 535 | 60 | 41 |
| Binary | 1111011 | 101011 | 111010 | 0 | 1000001 | 110101 | 110100 | 101011101 | 110000 | 100001 |
Color Harmonies of #7B2B3A
Complementary color
Monochromatic Colors of #7B2B3A
Black with #7B2B3A
Text Example
Text Example
White with #7B2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2B3A; }
p { color: rgb(123,43,58); }
H1.HeaderClassName
{
color: #7B2B3A;
}
.AnyTagClassName
{
color: #7B2B3A;
}
</style>
background-color css
<style>
a { background-color: #7B2B3A; }
a { background-color: rgb(123,43,58); }
div.DivClassName
{
background-color: #7B2B3A;
}
.BgClassName
{
background-color: #7B2B3A;
}
</style>
border-color css
<style>
span { border-color: #7B2B3A; }
span { border-color: rgb(123,43,58); }
td.TdClassName
{
border-color: #7B2B3A;
}
.TagClassName
{
border-color: #7B2B3A;
}
</style>