Shades of Paprika #7E2835
Tints of Paprika #7E2835
RGB
CMYK
RGB Variations
Color information
#7E2835 (or 0x7E2835) is known color: Paprika. HEX triplet: 7E, 28 and 35. RGB value is (126,40,53). Sum of RGB (Red+Green+Blue) = 126+40+53=219 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.53% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2835 is #81D7CA. Grayscale: #434343. Windows color (decimal): -8509387 or 3483774. OLE color: 3483774.
HSL color Cylindrical-coordinate representation of color #7E2835: hue angle of 350.93º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E2835 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 40 | 53 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.51 |
| HSL | 350.93º | 0.52% | 0.33% | - |
| HSV(B) | 350.93º | 0.68% | 0.49% | - |
| XYZ | 10.01 | 6.21 | 4.04 | - |
| YUV | 67.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 53 | 0 | 0.68 | 0.58 | 0.51 | 350.93 | 0.52 | 0.33 |
| Hex | 7E | 28 | 35 | 0 | 44 | 3A | 33 | 15F | 34 | 21 |
| Octal | 176 | 50 | 65 | 0 | 104 | 72 | 63 | 537 | 64 | 41 |
| Binary | 1111110 | 101000 | 110101 | 0 | 1000100 | 111010 | 110011 | 101011111 | 110100 | 100001 |
Color Harmonies of #7E2835
Complementary color
Monochromatic Colors of #7E2835
Black with #7E2835
Text Example
Text Example
White with #7E2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2835; }
p { color: rgb(126,40,53); }
H1.HeaderClassName
{
color: #7E2835;
}
.AnyTagClassName
{
color: #7E2835;
}
</style>
background-color css
<style>
a { background-color: #7E2835; }
a { background-color: rgb(126,40,53); }
div.DivClassName
{
background-color: #7E2835;
}
.BgClassName
{
background-color: #7E2835;
}
</style>
border-color css
<style>
span { border-color: #7E2835; }
span { border-color: rgb(126,40,53); }
td.TdClassName
{
border-color: #7E2835;
}
.TagClassName
{
border-color: #7E2835;
}
</style>