Shades of Paprika #7B2F37
Tints of Paprika #7B2F37
RGB
CMYK
RGB Variations
Color information
#7B2F37 (or 0x7B2F37) is known color: Paprika. HEX triplet: 7B, 2F and 37. RGB value is (123,47,55). Sum of RGB (Red+Green+Blue) = 123+47+55=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2F37 is #84D0C8. Grayscale: #464646. Windows color (decimal): -8704201 or 3616635. OLE color: 3616635.
HSL color Cylindrical-coordinate representation of color #7B2F37: hue angle of 353.68º 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 #7B2F37 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 55 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.52 |
| HSL | 353.68º | 0.45% | 0.33% | - |
| HSV(B) | 353.68º | 0.62% | 0.48% | - |
| XYZ | 9.87 | 6.52 | 4.35 | - |
| YUV | 70.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 55 | 0 | 0.62 | 0.55 | 0.52 | 353.68 | 0.45 | 0.33 |
| Hex | 7B | 2F | 37 | 0 | 3E | 37 | 34 | 162 | 2D | 21 |
| Octal | 173 | 57 | 67 | 0 | 76 | 67 | 64 | 542 | 55 | 41 |
| Binary | 1111011 | 101111 | 110111 | 0 | 111110 | 110111 | 110100 | 101100010 | 101101 | 100001 |
Color Harmonies of #7B2F37
Complementary color
Monochromatic Colors of #7B2F37
Black with #7B2F37
Text Example
Text Example
White with #7B2F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F37; }
p { color: rgb(123,47,55); }
H1.HeaderClassName
{
color: #7B2F37;
}
.AnyTagClassName
{
color: #7B2F37;
}
</style>
background-color css
<style>
a { background-color: #7B2F37; }
a { background-color: rgb(123,47,55); }
div.DivClassName
{
background-color: #7B2F37;
}
.BgClassName
{
background-color: #7B2F37;
}
</style>
border-color css
<style>
span { border-color: #7B2F37; }
span { border-color: rgb(123,47,55); }
td.TdClassName
{
border-color: #7B2F37;
}
.TagClassName
{
border-color: #7B2F37;
}
</style>