Shades of Paprika #7F293E
Tints of Paprika #7F293E
RGB
CMYK
RGB Variations
Color information
#7F293E (or 0x7F293E) is known color: Paprika. HEX triplet: 7F, 29 and 3E. RGB value is (127,41,62). Sum of RGB (Red+Green+Blue) = 127+41+62=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F293E is #80D6C1. Grayscale: #454545. Windows color (decimal): -8443586 or 4073855. OLE color: 4073855.
HSL color Cylindrical-coordinate representation of color #7F293E: hue angle of 345.35º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F293E is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 62 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.50 |
| HSL | 345.35º | 0.51% | 0.33% | - |
| HSV(B) | 345.35º | 0.68% | 0.5% | - |
| XYZ | 10.41 | 6.45 | 5.25 | - |
| YUV | 69.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 62 | 0 | 0.68 | 0.51 | 0.50 | 345.35 | 0.51 | 0.33 |
| Hex | 7F | 29 | 3E | 0 | 44 | 33 | 32 | 159 | 33 | 21 |
| Octal | 177 | 51 | 76 | 0 | 104 | 63 | 62 | 531 | 63 | 41 |
| Binary | 1111111 | 101001 | 111110 | 0 | 1000100 | 110011 | 110010 | 101011001 | 110011 | 100001 |
Color Harmonies of #7F293E
Complementary color
Monochromatic Colors of #7F293E
Black with #7F293E
Text Example
Text Example
White with #7F293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F293E; }
p { color: rgb(127,41,62); }
H1.HeaderClassName
{
color: #7F293E;
}
.AnyTagClassName
{
color: #7F293E;
}
</style>
background-color css
<style>
a { background-color: #7F293E; }
a { background-color: rgb(127,41,62); }
div.DivClassName
{
background-color: #7F293E;
}
.BgClassName
{
background-color: #7F293E;
}
</style>
border-color css
<style>
span { border-color: #7F293E; }
span { border-color: rgb(127,41,62); }
td.TdClassName
{
border-color: #7F293E;
}
.TagClassName
{
border-color: #7F293E;
}
</style>