Shades of Paprika #7F243F
Tints of Paprika #7F243F
RGB
CMYK
RGB Variations
Color information
#7F243F (or 0x7F243F) is known color: Paprika. HEX triplet: 7F, 24 and 3F. RGB value is (127,36,63). Sum of RGB (Red+Green+Blue) = 127+36+63=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F243F is #80DBC0. Grayscale: #424242. Windows color (decimal): -8444865 or 4138111. OLE color: 4138111.
HSL color Cylindrical-coordinate representation of color #7F243F: hue angle of 342.2º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F243F is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 36 | 63 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.50 |
| HSL | 342.2º | 0.56% | 0.32% | - |
| HSV(B) | 342.2º | 0.72% | 0.5% | - |
| XYZ | 10.28 | 6.13 | 5.34 | - |
| YUV | 66.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 63 | 0 | 0.72 | 0.50 | 0.50 | 342.2 | 0.56 | 0.32 |
| Hex | 7F | 24 | 3F | 0 | 48 | 32 | 32 | 156 | 38 | 20 |
| Octal | 177 | 44 | 77 | 0 | 110 | 62 | 62 | 526 | 70 | 40 |
| Binary | 1111111 | 100100 | 111111 | 0 | 1001000 | 110010 | 110010 | 101010110 | 111000 | 100000 |
Color Harmonies of #7F243F
Complementary color
Monochromatic Colors of #7F243F
Black with #7F243F
Text Example
Text Example
White with #7F243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F243F; }
p { color: rgb(127,36,63); }
H1.HeaderClassName
{
color: #7F243F;
}
.AnyTagClassName
{
color: #7F243F;
}
</style>
background-color css
<style>
a { background-color: #7F243F; }
a { background-color: rgb(127,36,63); }
div.DivClassName
{
background-color: #7F243F;
}
.BgClassName
{
background-color: #7F243F;
}
</style>
border-color css
<style>
span { border-color: #7F243F; }
span { border-color: rgb(127,36,63); }
td.TdClassName
{
border-color: #7F243F;
}
.TagClassName
{
border-color: #7F243F;
}
</style>