Shades of Paprika #7B2A3A
Tints of Paprika #7B2A3A
RGB
CMYK
RGB Variations
Color information
#7B2A3A (or 0x7B2A3A) is known color: Paprika. HEX triplet: 7B, 2A and 3A. RGB value is (123,42,58). Sum of RGB (Red+Green+Blue) = 123+42+58=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2A3A is #84D5C5. Grayscale: #444444. Windows color (decimal): -8705478 or 3811963. OLE color: 3811963.
HSL color Cylindrical-coordinate representation of color #7B2A3A: hue angle of 348.15º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B2A3A is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 42 | 58 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.52 |
| HSL | 348.15º | 0.49% | 0.32% | - |
| HSV(B) | 348.15º | 0.66% | 0.48% | - |
| XYZ | 9.76 | 6.17 | 4.68 | - |
| YUV | 68.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 42 | 58 | 0 | 0.66 | 0.53 | 0.52 | 348.15 | 0.49 | 0.32 |
| Hex | 7B | 2A | 3A | 0 | 42 | 35 | 34 | 15C | 31 | 20 |
| Octal | 173 | 52 | 72 | 0 | 102 | 65 | 64 | 534 | 61 | 40 |
| Binary | 1111011 | 101010 | 111010 | 0 | 1000010 | 110101 | 110100 | 101011100 | 110001 | 100000 |
Color Harmonies of #7B2A3A
Complementary color
Monochromatic Colors of #7B2A3A
Black with #7B2A3A
Text Example
Text Example
White with #7B2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2A3A; }
p { color: rgb(123,42,58); }
H1.HeaderClassName
{
color: #7B2A3A;
}
.AnyTagClassName
{
color: #7B2A3A;
}
</style>
background-color css
<style>
a { background-color: #7B2A3A; }
a { background-color: rgb(123,42,58); }
div.DivClassName
{
background-color: #7B2A3A;
}
.BgClassName
{
background-color: #7B2A3A;
}
</style>
border-color css
<style>
span { border-color: #7B2A3A; }
span { border-color: rgb(123,42,58); }
td.TdClassName
{
border-color: #7B2A3A;
}
.TagClassName
{
border-color: #7B2A3A;
}
</style>