Shades of Paprika #7B2F36
Tints of Paprika #7B2F36
RGB
CMYK
RGB Variations
Color information
#7B2F36 (or 0x7B2F36) is known color: Paprika. HEX triplet: 7B, 2F and 36. RGB value is (123,47,54). Sum of RGB (Red+Green+Blue) = 123+47+54=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2F36 is #84D0C9. Grayscale: #464646. Windows color (decimal): -8704202 or 3551099. OLE color: 3551099.
HSL color Cylindrical-coordinate representation of color #7B2F36: hue angle of 354.47º 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 #7B2F36 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 54 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.52 |
| HSL | 354.47º | 0.45% | 0.33% | - |
| HSV(B) | 354.47º | 0.62% | 0.48% | - |
| XYZ | 9.85 | 6.51 | 4.23 | - |
| YUV | 70.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 54 | 0 | 0.62 | 0.56 | 0.52 | 354.47 | 0.45 | 0.33 |
| Hex | 7B | 2F | 36 | 0 | 3E | 38 | 34 | 162 | 2D | 21 |
| Octal | 173 | 57 | 66 | 0 | 76 | 70 | 64 | 542 | 55 | 41 |
| Binary | 1111011 | 101111 | 110110 | 0 | 111110 | 111000 | 110100 | 101100010 | 101101 | 100001 |
Color Harmonies of #7B2F36
Complementary color
Monochromatic Colors of #7B2F36
Black with #7B2F36
Text Example
Text Example
White with #7B2F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F36; }
p { color: rgb(123,47,54); }
H1.HeaderClassName
{
color: #7B2F36;
}
.AnyTagClassName
{
color: #7B2F36;
}
</style>
background-color css
<style>
a { background-color: #7B2F36; }
a { background-color: rgb(123,47,54); }
div.DivClassName
{
background-color: #7B2F36;
}
.BgClassName
{
background-color: #7B2F36;
}
</style>
border-color css
<style>
span { border-color: #7B2F36; }
span { border-color: rgb(123,47,54); }
td.TdClassName
{
border-color: #7B2F36;
}
.TagClassName
{
border-color: #7B2F36;
}
</style>