Shades of Paprika #7B2E42
Tints of Paprika #7B2E42
RGB
CMYK
RGB Variations
Color information
#7B2E42 (or 0x7B2E42) is known color: Paprika. HEX triplet: 7B, 2E and 42. RGB value is (123,46,66). Sum of RGB (Red+Green+Blue) = 123+46+66=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2E42 is #84D1BD. Grayscale: #474747. Windows color (decimal): -8704446 or 4337275. OLE color: 4337275.
HSL color Cylindrical-coordinate representation of color #7B2E42: hue angle of 344.42º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2E42 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 46 | 66 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.52 |
| HSL | 344.42º | 0.46% | 0.33% | - |
| HSV(B) | 344.42º | 0.63% | 0.48% | - |
| XYZ | 10.13 | 6.56 | 5.89 | - |
| YUV | 71.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 66 | 0 | 0.63 | 0.46 | 0.52 | 344.42 | 0.46 | 0.33 |
| Hex | 7B | 2E | 42 | 0 | 3F | 2E | 34 | 158 | 2E | 21 |
| Octal | 173 | 56 | 102 | 0 | 77 | 56 | 64 | 530 | 56 | 41 |
| Binary | 1111011 | 101110 | 1000010 | 0 | 111111 | 101110 | 110100 | 101011000 | 101110 | 100001 |
Color Harmonies of #7B2E42
Complementary color
Monochromatic Colors of #7B2E42
Black with #7B2E42
Text Example
Text Example
White with #7B2E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2E42; }
p { color: rgb(123,46,66); }
H1.HeaderClassName
{
color: #7B2E42;
}
.AnyTagClassName
{
color: #7B2E42;
}
</style>
background-color css
<style>
a { background-color: #7B2E42; }
a { background-color: rgb(123,46,66); }
div.DivClassName
{
background-color: #7B2E42;
}
.BgClassName
{
background-color: #7B2E42;
}
</style>
border-color css
<style>
span { border-color: #7B2E42; }
span { border-color: rgb(123,46,66); }
td.TdClassName
{
border-color: #7B2E42;
}
.TagClassName
{
border-color: #7B2E42;
}
</style>