Shades of Paprika #7E273A
Tints of Paprika #7E273A
RGB
CMYK
RGB Variations
Color information
#7E273A (or 0x7E273A) is known color: Paprika. HEX triplet: 7E, 27 and 3A. RGB value is (126,39,58). Sum of RGB (Red+Green+Blue) = 126+39+58=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E273A is #81D8C5. Grayscale: #434343. Windows color (decimal): -8509638 or 3811198. OLE color: 3811198.
HSL color Cylindrical-coordinate representation of color #7E273A: hue angle of 346.9º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E273A is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 39 | 58 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.51 |
| HSL | 346.9º | 0.53% | 0.32% | - |
| HSV(B) | 346.9º | 0.69% | 0.49% | - |
| XYZ | 10.09 | 6.19 | 4.67 | - |
| YUV | 67.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 58 | 0 | 0.69 | 0.54 | 0.51 | 346.9 | 0.53 | 0.32 |
| Hex | 7E | 27 | 3A | 0 | 45 | 36 | 33 | 15B | 35 | 20 |
| Octal | 176 | 47 | 72 | 0 | 105 | 66 | 63 | 533 | 65 | 40 |
| Binary | 1111110 | 100111 | 111010 | 0 | 1000101 | 110110 | 110011 | 101011011 | 110101 | 100000 |
Color Harmonies of #7E273A
Complementary color
Monochromatic Colors of #7E273A
Black with #7E273A
Text Example
Text Example
White with #7E273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E273A; }
p { color: rgb(126,39,58); }
H1.HeaderClassName
{
color: #7E273A;
}
.AnyTagClassName
{
color: #7E273A;
}
</style>
background-color css
<style>
a { background-color: #7E273A; }
a { background-color: rgb(126,39,58); }
div.DivClassName
{
background-color: #7E273A;
}
.BgClassName
{
background-color: #7E273A;
}
</style>
border-color css
<style>
span { border-color: #7E273A; }
span { border-color: rgb(126,39,58); }
td.TdClassName
{
border-color: #7E273A;
}
.TagClassName
{
border-color: #7E273A;
}
</style>