Shades of Paprika #7B2F3A
Tints of Paprika #7B2F3A
RGB
CMYK
RGB Variations
Color information
#7B2F3A (or 0x7B2F3A) is known color: Paprika. HEX triplet: 7B, 2F and 3A. RGB value is (123,47,58). Sum of RGB (Red+Green+Blue) = 123+47+58=228 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.95% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2F3A is #84D0C5. Grayscale: #474747. Windows color (decimal): -8704198 or 3813243. OLE color: 3813243.
HSL color Cylindrical-coordinate representation of color #7B2F3A: hue angle of 351.32º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B2F3A is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 58 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.52 |
| HSL | 351.32º | 0.45% | 0.33% | - |
| HSV(B) | 351.32º | 0.62% | 0.48% | - |
| XYZ | 9.95 | 6.55 | 4.74 | - |
| YUV | 70.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 58 | 0 | 0.62 | 0.53 | 0.52 | 351.32 | 0.45 | 0.33 |
| Hex | 7B | 2F | 3A | 0 | 3E | 35 | 34 | 15F | 2D | 21 |
| Octal | 173 | 57 | 72 | 0 | 76 | 65 | 64 | 537 | 55 | 41 |
| Binary | 1111011 | 101111 | 111010 | 0 | 111110 | 110101 | 110100 | 101011111 | 101101 | 100001 |
Color Harmonies of #7B2F3A
Complementary color
Monochromatic Colors of #7B2F3A
Black with #7B2F3A
Text Example
Text Example
White with #7B2F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F3A; }
p { color: rgb(123,47,58); }
H1.HeaderClassName
{
color: #7B2F3A;
}
.AnyTagClassName
{
color: #7B2F3A;
}
</style>
background-color css
<style>
a { background-color: #7B2F3A; }
a { background-color: rgb(123,47,58); }
div.DivClassName
{
background-color: #7B2F3A;
}
.BgClassName
{
background-color: #7B2F3A;
}
</style>
border-color css
<style>
span { border-color: #7B2F3A; }
span { border-color: rgb(123,47,58); }
td.TdClassName
{
border-color: #7B2F3A;
}
.TagClassName
{
border-color: #7B2F3A;
}
</style>