Shades of Paprika #7F293D
Tints of Paprika #7F293D
RGB
CMYK
RGB Variations
Color information
#7F293D (or 0x7F293D) is known color: Paprika. HEX triplet: 7F, 29 and 3D. RGB value is (127,41,61). Sum of RGB (Red+Green+Blue) = 127+41+61=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F293D is #80D6C2. Grayscale: #454545. Windows color (decimal): -8443587 or 4008319. OLE color: 4008319.
HSL color Cylindrical-coordinate representation of color #7F293D: hue angle of 346.05º 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 #7F293D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 61 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.50 |
| HSL | 346.05º | 0.51% | 0.33% | - |
| HSV(B) | 346.05º | 0.68% | 0.5% | - |
| XYZ | 10.39 | 6.43 | 5.11 | - |
| YUV | 68.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 61 | 0 | 0.68 | 0.52 | 0.50 | 346.05 | 0.51 | 0.33 |
| Hex | 7F | 29 | 3D | 0 | 44 | 34 | 32 | 15A | 33 | 21 |
| Octal | 177 | 51 | 75 | 0 | 104 | 64 | 62 | 532 | 63 | 41 |
| Binary | 1111111 | 101001 | 111101 | 0 | 1000100 | 110100 | 110010 | 101011010 | 110011 | 100001 |
Color Harmonies of #7F293D
Complementary color
Monochromatic Colors of #7F293D
Black with #7F293D
Text Example
Text Example
White with #7F293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F293D; }
p { color: rgb(127,41,61); }
H1.HeaderClassName
{
color: #7F293D;
}
.AnyTagClassName
{
color: #7F293D;
}
</style>
background-color css
<style>
a { background-color: #7F293D; }
a { background-color: rgb(127,41,61); }
div.DivClassName
{
background-color: #7F293D;
}
.BgClassName
{
background-color: #7F293D;
}
</style>
border-color css
<style>
span { border-color: #7F293D; }
span { border-color: rgb(127,41,61); }
td.TdClassName
{
border-color: #7F293D;
}
.TagClassName
{
border-color: #7F293D;
}
</style>