Shades of Paprika #7F2D37
Tints of Paprika #7F2D37
RGB
CMYK
RGB Variations
Color information
#7F2D37 (or 0x7F2D37) is known color: Paprika. HEX triplet: 7F, 2D and 37. RGB value is (127,45,55). Sum of RGB (Red+Green+Blue) = 127+45+55=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2D37 is #80D2C8. Grayscale: #464646. Windows color (decimal): -8442569 or 3616127. OLE color: 3616127.
HSL color Cylindrical-coordinate representation of color #7F2D37: hue angle of 352.68º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F2D37 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 45 | 55 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.50 |
| HSL | 352.68º | 0.48% | 0.34% | - |
| HSV(B) | 352.68º | 0.65% | 0.5% | - |
| XYZ | 10.38 | 6.66 | 4.35 | - |
| YUV | 70.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 55 | 0 | 0.65 | 0.57 | 0.50 | 352.68 | 0.48 | 0.34 |
| Hex | 7F | 2D | 37 | 0 | 41 | 39 | 32 | 161 | 30 | 22 |
| Octal | 177 | 55 | 67 | 0 | 101 | 71 | 62 | 541 | 60 | 42 |
| Binary | 1111111 | 101101 | 110111 | 0 | 1000001 | 111001 | 110010 | 101100001 | 110000 | 100010 |
Color Harmonies of #7F2D37
Complementary color
Monochromatic Colors of #7F2D37
Black with #7F2D37
Text Example
Text Example
White with #7F2D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D37; }
p { color: rgb(127,45,55); }
H1.HeaderClassName
{
color: #7F2D37;
}
.AnyTagClassName
{
color: #7F2D37;
}
</style>
background-color css
<style>
a { background-color: #7F2D37; }
a { background-color: rgb(127,45,55); }
div.DivClassName
{
background-color: #7F2D37;
}
.BgClassName
{
background-color: #7F2D37;
}
</style>
border-color css
<style>
span { border-color: #7F2D37; }
span { border-color: rgb(127,45,55); }
td.TdClassName
{
border-color: #7F2D37;
}
.TagClassName
{
border-color: #7F2D37;
}
</style>