Shades of Paprika #7C2B3F
Tints of Paprika #7C2B3F
RGB
CMYK
RGB Variations
Color information
#7C2B3F (or 0x7C2B3F) is known color: Paprika. HEX triplet: 7C, 2B and 3F. RGB value is (124,43,63). Sum of RGB (Red+Green+Blue) = 124+43+63=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2B3F is #83D4C0. Grayscale: #454545. Windows color (decimal): -8639681 or 4139900. OLE color: 4139900.
HSL color Cylindrical-coordinate representation of color #7C2B3F: hue angle of 345.19º 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 #7C2B3F is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 63 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.51 |
| HSL | 345.19º | 0.49% | 0.33% | - |
| HSV(B) | 345.19º | 0.65% | 0.49% | - |
| XYZ | 10.07 | 6.37 | 5.4 | - |
| YUV | 69.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 63 | 0 | 0.65 | 0.49 | 0.51 | 345.19 | 0.49 | 0.33 |
| Hex | 7C | 2B | 3F | 0 | 41 | 31 | 33 | 159 | 31 | 21 |
| Octal | 174 | 53 | 77 | 0 | 101 | 61 | 63 | 531 | 61 | 41 |
| Binary | 1111100 | 101011 | 111111 | 0 | 1000001 | 110001 | 110011 | 101011001 | 110001 | 100001 |
Color Harmonies of #7C2B3F
Complementary color
Monochromatic Colors of #7C2B3F
Black with #7C2B3F
Text Example
Text Example
White with #7C2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B3F; }
p { color: rgb(124,43,63); }
H1.HeaderClassName
{
color: #7C2B3F;
}
.AnyTagClassName
{
color: #7C2B3F;
}
</style>
background-color css
<style>
a { background-color: #7C2B3F; }
a { background-color: rgb(124,43,63); }
div.DivClassName
{
background-color: #7C2B3F;
}
.BgClassName
{
background-color: #7C2B3F;
}
</style>
border-color css
<style>
span { border-color: #7C2B3F; }
span { border-color: rgb(124,43,63); }
td.TdClassName
{
border-color: #7C2B3F;
}
.TagClassName
{
border-color: #7C2B3F;
}
</style>