Shades of Paprika #7B2C40
Tints of Paprika #7B2C40
RGB
CMYK
RGB Variations
Color information
#7B2C40 (or 0x7B2C40) is known color: Paprika. HEX triplet: 7B, 2C and 40. RGB value is (123,44,64). Sum of RGB (Red+Green+Blue) = 123+44+64=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2C40 is #84D3BF. Grayscale: #454545. Windows color (decimal): -8704960 or 4205691. OLE color: 4205691.
HSL color Cylindrical-coordinate representation of color #7B2C40: hue angle of 344.81º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B2C40 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 44 | 64 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.52 |
| HSL | 344.81º | 0.47% | 0.33% | - |
| HSV(B) | 344.81º | 0.64% | 0.48% | - |
| XYZ | 9.99 | 6.38 | 5.56 | - |
| YUV | 69.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 44 | 64 | 0 | 0.64 | 0.48 | 0.52 | 344.81 | 0.47 | 0.33 |
| Hex | 7B | 2C | 40 | 0 | 40 | 30 | 34 | 159 | 2F | 21 |
| Octal | 173 | 54 | 100 | 0 | 100 | 60 | 64 | 531 | 57 | 41 |
| Binary | 1111011 | 101100 | 1000000 | 0 | 1000000 | 110000 | 110100 | 101011001 | 101111 | 100001 |
Color Harmonies of #7B2C40
Complementary color
Monochromatic Colors of #7B2C40
Black with #7B2C40
Text Example
Text Example
White with #7B2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2C40; }
p { color: rgb(123,44,64); }
H1.HeaderClassName
{
color: #7B2C40;
}
.AnyTagClassName
{
color: #7B2C40;
}
</style>
background-color css
<style>
a { background-color: #7B2C40; }
a { background-color: rgb(123,44,64); }
div.DivClassName
{
background-color: #7B2C40;
}
.BgClassName
{
background-color: #7B2C40;
}
</style>
border-color css
<style>
span { border-color: #7B2C40; }
span { border-color: rgb(123,44,64); }
td.TdClassName
{
border-color: #7B2C40;
}
.TagClassName
{
border-color: #7B2C40;
}
</style>