Shades of Paprika #7B2A34
Tints of Paprika #7B2A34
RGB
CMYK
RGB Variations
Color information
#7B2A34 (or 0x7B2A34) is known color: Paprika. HEX triplet: 7B, 2A and 34. RGB value is (123,42,52). Sum of RGB (Red+Green+Blue) = 123+42+52=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2A34 is #84D5CB. Grayscale: #434343. Windows color (decimal): -8705484 or 3418747. OLE color: 3418747.
HSL color Cylindrical-coordinate representation of color #7B2A34: hue angle of 352.59º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B2A34 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 42 | 52 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.52 |
| HSL | 352.59º | 0.49% | 0.32% | - |
| HSV(B) | 352.59º | 0.66% | 0.48% | - |
| XYZ | 9.62 | 6.11 | 3.92 | - |
| YUV | 67.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 42 | 52 | 0 | 0.66 | 0.58 | 0.52 | 352.59 | 0.49 | 0.32 |
| Hex | 7B | 2A | 34 | 0 | 42 | 3A | 34 | 161 | 31 | 20 |
| Octal | 173 | 52 | 64 | 0 | 102 | 72 | 64 | 541 | 61 | 40 |
| Binary | 1111011 | 101010 | 110100 | 0 | 1000010 | 111010 | 110100 | 101100001 | 110001 | 100000 |
Color Harmonies of #7B2A34
Complementary color
Monochromatic Colors of #7B2A34
Black with #7B2A34
Text Example
Text Example
White with #7B2A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2A34; }
p { color: rgb(123,42,52); }
H1.HeaderClassName
{
color: #7B2A34;
}
.AnyTagClassName
{
color: #7B2A34;
}
</style>
background-color css
<style>
a { background-color: #7B2A34; }
a { background-color: rgb(123,42,52); }
div.DivClassName
{
background-color: #7B2A34;
}
.BgClassName
{
background-color: #7B2A34;
}
</style>
border-color css
<style>
span { border-color: #7B2A34; }
span { border-color: rgb(123,42,52); }
td.TdClassName
{
border-color: #7B2A34;
}
.TagClassName
{
border-color: #7B2A34;
}
</style>