Shades of Paprika #7C2B3C
Tints of Paprika #7C2B3C
RGB
CMYK
RGB Variations
Color information
#7C2B3C (or 0x7C2B3C) is known color: Paprika. HEX triplet: 7C, 2B and 3C. RGB value is (124,43,60). Sum of RGB (Red+Green+Blue) = 124+43+60=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2B3C is #83D4C3. Grayscale: #454545. Windows color (decimal): -8639684 or 3943292. OLE color: 3943292.
HSL color Cylindrical-coordinate representation of color #7C2B3C: hue angle of 347.41º 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 #7C2B3C is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 60 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.51 |
| HSL | 347.41º | 0.49% | 0.33% | - |
| HSV(B) | 347.41º | 0.65% | 0.49% | - |
| XYZ | 9.99 | 6.34 | 4.97 | - |
| YUV | 69.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 60 | 0 | 0.65 | 0.52 | 0.51 | 347.41 | 0.49 | 0.33 |
| Hex | 7C | 2B | 3C | 0 | 41 | 34 | 33 | 15B | 31 | 21 |
| Octal | 174 | 53 | 74 | 0 | 101 | 64 | 63 | 533 | 61 | 41 |
| Binary | 1111100 | 101011 | 111100 | 0 | 1000001 | 110100 | 110011 | 101011011 | 110001 | 100001 |
Color Harmonies of #7C2B3C
Complementary color
Monochromatic Colors of #7C2B3C
Black with #7C2B3C
Text Example
Text Example
White with #7C2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B3C; }
p { color: rgb(124,43,60); }
H1.HeaderClassName
{
color: #7C2B3C;
}
.AnyTagClassName
{
color: #7C2B3C;
}
</style>
background-color css
<style>
a { background-color: #7C2B3C; }
a { background-color: rgb(124,43,60); }
div.DivClassName
{
background-color: #7C2B3C;
}
.BgClassName
{
background-color: #7C2B3C;
}
</style>
border-color css
<style>
span { border-color: #7C2B3C; }
span { border-color: rgb(124,43,60); }
td.TdClassName
{
border-color: #7C2B3C;
}
.TagClassName
{
border-color: #7C2B3C;
}
</style>