Shades of Paprika #7C333F
Tints of Paprika #7C333F
RGB
CMYK
RGB Variations
Color information
#7C333F (or 0x7C333F) is known color: Paprika. HEX triplet: 7C, 33 and 3F. RGB value is (124,51,63). Sum of RGB (Red+Green+Blue) = 124+51+63=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C333F is #83CCC0. Grayscale: #4A4A4A. Windows color (decimal): -8637633 or 4141948. OLE color: 4141948.
HSL color Cylindrical-coordinate representation of color #7C333F: hue angle of 350.14º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C333F is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 63 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.51 |
| HSL | 350.14º | 0.42% | 0.34% | - |
| HSV(B) | 350.14º | 0.59% | 0.49% | - |
| XYZ | 10.39 | 7.01 | 5.51 | - |
| YUV | 74.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 63 | 0 | 0.59 | 0.49 | 0.51 | 350.14 | 0.42 | 0.34 |
| Hex | 7C | 33 | 3F | 0 | 3B | 31 | 33 | 15E | 2A | 22 |
| Octal | 174 | 63 | 77 | 0 | 73 | 61 | 63 | 536 | 52 | 42 |
| Binary | 1111100 | 110011 | 111111 | 0 | 111011 | 110001 | 110011 | 101011110 | 101010 | 100010 |
Color Harmonies of #7C333F
Complementary color
Monochromatic Colors of #7C333F
Black with #7C333F
Text Example
Text Example
White with #7C333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C333F; }
p { color: rgb(124,51,63); }
H1.HeaderClassName
{
color: #7C333F;
}
.AnyTagClassName
{
color: #7C333F;
}
</style>
background-color css
<style>
a { background-color: #7C333F; }
a { background-color: rgb(124,51,63); }
div.DivClassName
{
background-color: #7C333F;
}
.BgClassName
{
background-color: #7C333F;
}
</style>
border-color css
<style>
span { border-color: #7C333F; }
span { border-color: rgb(124,51,63); }
td.TdClassName
{
border-color: #7C333F;
}
.TagClassName
{
border-color: #7C333F;
}
</style>