Shades of Paprika #7F253A
Tints of Paprika #7F253A
RGB
CMYK
RGB Variations
Color information
#7F253A (or 0x7F253A) is known color: Paprika. HEX triplet: 7F, 25 and 3A. RGB value is (127,37,58). Sum of RGB (Red+Green+Blue) = 127+37+58=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F253A is #80DAC5. Grayscale: #424242. Windows color (decimal): -8444614 or 3810687. OLE color: 3810687.
HSL color Cylindrical-coordinate representation of color #7F253A: hue angle of 346º 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 #7F253A is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 58 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.50 |
| HSL | 346º | 0.55% | 0.32% | - |
| HSV(B) | 346º | 0.71% | 0.5% | - |
| XYZ | 10.18 | 6.14 | 4.65 | - |
| YUV | 66.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 58 | 0 | 0.71 | 0.54 | 0.50 | 346 | 0.55 | 0.32 |
| Hex | 7F | 25 | 3A | 0 | 47 | 36 | 32 | 15A | 37 | 20 |
| Octal | 177 | 45 | 72 | 0 | 107 | 66 | 62 | 532 | 67 | 40 |
| Binary | 1111111 | 100101 | 111010 | 0 | 1000111 | 110110 | 110010 | 101011010 | 110111 | 100000 |
Color Harmonies of #7F253A
Complementary color
Monochromatic Colors of #7F253A
Black with #7F253A
Text Example
Text Example
White with #7F253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F253A; }
p { color: rgb(127,37,58); }
H1.HeaderClassName
{
color: #7F253A;
}
.AnyTagClassName
{
color: #7F253A;
}
</style>
background-color css
<style>
a { background-color: #7F253A; }
a { background-color: rgb(127,37,58); }
div.DivClassName
{
background-color: #7F253A;
}
.BgClassName
{
background-color: #7F253A;
}
</style>
border-color css
<style>
span { border-color: #7F253A; }
span { border-color: rgb(127,37,58); }
td.TdClassName
{
border-color: #7F253A;
}
.TagClassName
{
border-color: #7F253A;
}
</style>