Shades of Paprika #7E2C3F
Tints of Paprika #7E2C3F
RGB
CMYK
RGB Variations
Color information
#7E2C3F (or 0x7E2C3F) is known color: Paprika. HEX triplet: 7E, 2C and 3F. RGB value is (126,44,63). Sum of RGB (Red+Green+Blue) = 126+44+63=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2C3F is #81D3C0. Grayscale: #464646. Windows color (decimal): -8508353 or 4140158. OLE color: 4140158.
HSL color Cylindrical-coordinate representation of color #7E2C3F: hue angle of 346.1º degrees, saturation: 0.48, 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 #7E2C3F is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 44 | 63 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.51 |
| HSL | 346.1º | 0.48% | 0.33% | - |
| HSV(B) | 346.1º | 0.65% | 0.49% | - |
| XYZ | 10.4 | 6.6 | 5.43 | - |
| YUV | 70.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 63 | 0 | 0.65 | 0.50 | 0.51 | 346.1 | 0.48 | 0.33 |
| Hex | 7E | 2C | 3F | 0 | 41 | 32 | 33 | 15A | 30 | 21 |
| Octal | 176 | 54 | 77 | 0 | 101 | 62 | 63 | 532 | 60 | 41 |
| Binary | 1111110 | 101100 | 111111 | 0 | 1000001 | 110010 | 110011 | 101011010 | 110000 | 100001 |
Color Harmonies of #7E2C3F
Complementary color
Monochromatic Colors of #7E2C3F
Black with #7E2C3F
Text Example
Text Example
White with #7E2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2C3F; }
p { color: rgb(126,44,63); }
H1.HeaderClassName
{
color: #7E2C3F;
}
.AnyTagClassName
{
color: #7E2C3F;
}
</style>
background-color css
<style>
a { background-color: #7E2C3F; }
a { background-color: rgb(126,44,63); }
div.DivClassName
{
background-color: #7E2C3F;
}
.BgClassName
{
background-color: #7E2C3F;
}
</style>
border-color css
<style>
span { border-color: #7E2C3F; }
span { border-color: rgb(126,44,63); }
td.TdClassName
{
border-color: #7E2C3F;
}
.TagClassName
{
border-color: #7E2C3F;
}
</style>