Shades of Paprika #7F253D
Tints of Paprika #7F253D
RGB
CMYK
RGB Variations
Color information
#7F253D (or 0x7F253D) is known color: Paprika. HEX triplet: 7F, 25 and 3D. RGB value is (127,37,61). Sum of RGB (Red+Green+Blue) = 127+37+61=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F253D is #80DAC2. Grayscale: #424242. Windows color (decimal): -8444611 or 4007295. OLE color: 4007295.
HSL color Cylindrical-coordinate representation of color #7F253D: hue angle of 344º 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 #7F253D is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 61 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.50 |
| HSL | 344º | 0.55% | 0.32% | - |
| HSV(B) | 344º | 0.71% | 0.5% | - |
| XYZ | 10.26 | 6.17 | 5.07 | - |
| YUV | 66.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 61 | 0 | 0.71 | 0.52 | 0.50 | 344 | 0.55 | 0.32 |
| Hex | 7F | 25 | 3D | 0 | 47 | 34 | 32 | 158 | 37 | 20 |
| Octal | 177 | 45 | 75 | 0 | 107 | 64 | 62 | 530 | 67 | 40 |
| Binary | 1111111 | 100101 | 111101 | 0 | 1000111 | 110100 | 110010 | 101011000 | 110111 | 100000 |
Color Harmonies of #7F253D
Complementary color
Monochromatic Colors of #7F253D
Black with #7F253D
Text Example
Text Example
White with #7F253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F253D; }
p { color: rgb(127,37,61); }
H1.HeaderClassName
{
color: #7F253D;
}
.AnyTagClassName
{
color: #7F253D;
}
</style>
background-color css
<style>
a { background-color: #7F253D; }
a { background-color: rgb(127,37,61); }
div.DivClassName
{
background-color: #7F253D;
}
.BgClassName
{
background-color: #7F253D;
}
</style>
border-color css
<style>
span { border-color: #7F253D; }
span { border-color: rgb(127,37,61); }
td.TdClassName
{
border-color: #7F253D;
}
.TagClassName
{
border-color: #7F253D;
}
</style>