Shades of Paprika #7C333B
Tints of Paprika #7C333B
RGB
CMYK
RGB Variations
Color information
#7C333B (or 0x7C333B) is known color: Paprika. HEX triplet: 7C, 33 and 3B. RGB value is (124,51,59). Sum of RGB (Red+Green+Blue) = 124+51+59=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C333B is #83CCC4. Grayscale: #494949. Windows color (decimal): -8637637 or 3879804. OLE color: 3879804.
HSL color Cylindrical-coordinate representation of color #7C333B: hue angle of 353.42º 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 #7C333B is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 59 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.51 |
| HSL | 353.42º | 0.42% | 0.34% | - |
| HSV(B) | 353.42º | 0.59% | 0.49% | - |
| XYZ | 10.29 | 6.97 | 4.94 | - |
| YUV | 73.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 59 | 0 | 0.59 | 0.52 | 0.51 | 353.42 | 0.42 | 0.34 |
| Hex | 7C | 33 | 3B | 0 | 3B | 34 | 33 | 161 | 2A | 22 |
| Octal | 174 | 63 | 73 | 0 | 73 | 64 | 63 | 541 | 52 | 42 |
| Binary | 1111100 | 110011 | 111011 | 0 | 111011 | 110100 | 110011 | 101100001 | 101010 | 100010 |
Color Harmonies of #7C333B
Complementary color
Monochromatic Colors of #7C333B
Black with #7C333B
Text Example
Text Example
White with #7C333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C333B; }
p { color: rgb(124,51,59); }
H1.HeaderClassName
{
color: #7C333B;
}
.AnyTagClassName
{
color: #7C333B;
}
</style>
background-color css
<style>
a { background-color: #7C333B; }
a { background-color: rgb(124,51,59); }
div.DivClassName
{
background-color: #7C333B;
}
.BgClassName
{
background-color: #7C333B;
}
</style>
border-color css
<style>
span { border-color: #7C333B; }
span { border-color: rgb(124,51,59); }
td.TdClassName
{
border-color: #7C333B;
}
.TagClassName
{
border-color: #7C333B;
}
</style>