Shades of Paprika #7C2D34
Tints of Paprika #7C2D34
RGB
CMYK
RGB Variations
Color information
#7C2D34 (or 0x7C2D34) is known color: Paprika. HEX triplet: 7C, 2D and 34. RGB value is (124,45,52). Sum of RGB (Red+Green+Blue) = 124+45+52=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2D34 is #83D2CB. Grayscale: #454545. Windows color (decimal): -8639180 or 3419516. OLE color: 3419516.
HSL color Cylindrical-coordinate representation of color #7C2D34: hue angle of 354.68º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C2D34 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 45 | 52 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.51 |
| HSL | 354.68º | 0.47% | 0.33% | - |
| HSV(B) | 354.68º | 0.64% | 0.49% | - |
| XYZ | 9.87 | 6.41 | 3.97 | - |
| YUV | 69.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 45 | 52 | 0 | 0.64 | 0.58 | 0.51 | 354.68 | 0.47 | 0.33 |
| Hex | 7C | 2D | 34 | 0 | 40 | 3A | 33 | 163 | 2F | 21 |
| Octal | 174 | 55 | 64 | 0 | 100 | 72 | 63 | 543 | 57 | 41 |
| Binary | 1111100 | 101101 | 110100 | 0 | 1000000 | 111010 | 110011 | 101100011 | 101111 | 100001 |
Color Harmonies of #7C2D34
Complementary color
Monochromatic Colors of #7C2D34
Black with #7C2D34
Text Example
Text Example
White with #7C2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2D34; }
p { color: rgb(124,45,52); }
H1.HeaderClassName
{
color: #7C2D34;
}
.AnyTagClassName
{
color: #7C2D34;
}
</style>
background-color css
<style>
a { background-color: #7C2D34; }
a { background-color: rgb(124,45,52); }
div.DivClassName
{
background-color: #7C2D34;
}
.BgClassName
{
background-color: #7C2D34;
}
</style>
border-color css
<style>
span { border-color: #7C2D34; }
span { border-color: rgb(124,45,52); }
td.TdClassName
{
border-color: #7C2D34;
}
.TagClassName
{
border-color: #7C2D34;
}
</style>