Shades of Paprika #7C2B34
Tints of Paprika #7C2B34
RGB
CMYK
RGB Variations
Color information
#7C2B34 (or 0x7C2B34) is known color: Paprika. HEX triplet: 7C, 2B and 34. RGB value is (124,43,52). Sum of RGB (Red+Green+Blue) = 124+43+52=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2B34 is #83D4CB. Grayscale: #444444. Windows color (decimal): -8639692 or 3419004. OLE color: 3419004.
HSL color Cylindrical-coordinate representation of color #7C2B34: hue angle of 353.33º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2B34 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 52 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.51 |
| HSL | 353.33º | 0.49% | 0.33% | - |
| HSV(B) | 353.33º | 0.65% | 0.49% | - |
| XYZ | 9.8 | 6.26 | 3.94 | - |
| YUV | 68.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 52 | 0 | 0.65 | 0.58 | 0.51 | 353.33 | 0.49 | 0.33 |
| Hex | 7C | 2B | 34 | 0 | 41 | 3A | 33 | 161 | 31 | 21 |
| Octal | 174 | 53 | 64 | 0 | 101 | 72 | 63 | 541 | 61 | 41 |
| Binary | 1111100 | 101011 | 110100 | 0 | 1000001 | 111010 | 110011 | 101100001 | 110001 | 100001 |
Color Harmonies of #7C2B34
Complementary color
Monochromatic Colors of #7C2B34
Black with #7C2B34
Text Example
Text Example
White with #7C2B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B34; }
p { color: rgb(124,43,52); }
H1.HeaderClassName
{
color: #7C2B34;
}
.AnyTagClassName
{
color: #7C2B34;
}
</style>
background-color css
<style>
a { background-color: #7C2B34; }
a { background-color: rgb(124,43,52); }
div.DivClassName
{
background-color: #7C2B34;
}
.BgClassName
{
background-color: #7C2B34;
}
</style>
border-color css
<style>
span { border-color: #7C2B34; }
span { border-color: rgb(124,43,52); }
td.TdClassName
{
border-color: #7C2B34;
}
.TagClassName
{
border-color: #7C2B34;
}
</style>