Shades of Paprika #7F253B
Tints of Paprika #7F253B
RGB
CMYK
RGB Variations
Color information
#7F253B (or 0x7F253B) is known color: Paprika. HEX triplet: 7F, 25 and 3B. RGB value is (127,37,59). Sum of RGB (Red+Green+Blue) = 127+37+59=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F253B is #80DAC4. Grayscale: #424242. Windows color (decimal): -8444613 or 3876223. OLE color: 3876223.
HSL color Cylindrical-coordinate representation of color #7F253B: hue angle of 345.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F253B is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 59 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.50 |
| HSL | 345.33º | 0.55% | 0.32% | - |
| HSV(B) | 345.33º | 0.71% | 0.5% | - |
| XYZ | 10.2 | 6.15 | 4.79 | - |
| YUV | 66.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 59 | 0 | 0.71 | 0.54 | 0.50 | 345.33 | 0.55 | 0.32 |
| Hex | 7F | 25 | 3B | 0 | 47 | 36 | 32 | 159 | 37 | 20 |
| Octal | 177 | 45 | 73 | 0 | 107 | 66 | 62 | 531 | 67 | 40 |
| Binary | 1111111 | 100101 | 111011 | 0 | 1000111 | 110110 | 110010 | 101011001 | 110111 | 100000 |
Color Harmonies of #7F253B
Complementary color
Monochromatic Colors of #7F253B
Black with #7F253B
Text Example
Text Example
White with #7F253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F253B; }
p { color: rgb(127,37,59); }
H1.HeaderClassName
{
color: #7F253B;
}
.AnyTagClassName
{
color: #7F253B;
}
</style>
background-color css
<style>
a { background-color: #7F253B; }
a { background-color: rgb(127,37,59); }
div.DivClassName
{
background-color: #7F253B;
}
.BgClassName
{
background-color: #7F253B;
}
</style>
border-color css
<style>
span { border-color: #7F253B; }
span { border-color: rgb(127,37,59); }
td.TdClassName
{
border-color: #7F253B;
}
.TagClassName
{
border-color: #7F253B;
}
</style>