Shades of Paprika #7C2A41
Tints of Paprika #7C2A41
RGB
CMYK
RGB Variations
Color information
#7C2A41 (or 0x7C2A41) is known color: Paprika. HEX triplet: 7C, 2A and 41. RGB value is (124,42,65). Sum of RGB (Red+Green+Blue) = 124+42+65=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2A41 is #83D5BE. Grayscale: #454545. Windows color (decimal): -8639935 or 4270716. OLE color: 4270716.
HSL color Cylindrical-coordinate representation of color #7C2A41: hue angle of 343.17º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C2A41 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 42 | 65 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.51 |
| HSL | 343.17º | 0.49% | 0.33% | - |
| HSV(B) | 343.17º | 0.66% | 0.49% | - |
| XYZ | 10.09 | 6.32 | 5.69 | - |
| YUV | 69.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 65 | 0 | 0.66 | 0.48 | 0.51 | 343.17 | 0.49 | 0.33 |
| Hex | 7C | 2A | 41 | 0 | 42 | 30 | 33 | 157 | 31 | 21 |
| Octal | 174 | 52 | 101 | 0 | 102 | 60 | 63 | 527 | 61 | 41 |
| Binary | 1111100 | 101010 | 1000001 | 0 | 1000010 | 110000 | 110011 | 101010111 | 110001 | 100001 |
Color Harmonies of #7C2A41
Complementary color
Monochromatic Colors of #7C2A41
Black with #7C2A41
Text Example
Text Example
White with #7C2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A41; }
p { color: rgb(124,42,65); }
H1.HeaderClassName
{
color: #7C2A41;
}
.AnyTagClassName
{
color: #7C2A41;
}
</style>
background-color css
<style>
a { background-color: #7C2A41; }
a { background-color: rgb(124,42,65); }
div.DivClassName
{
background-color: #7C2A41;
}
.BgClassName
{
background-color: #7C2A41;
}
</style>
border-color css
<style>
span { border-color: #7C2A41; }
span { border-color: rgb(124,42,65); }
td.TdClassName
{
border-color: #7C2A41;
}
.TagClassName
{
border-color: #7C2A41;
}
</style>