Shades of Paprika #7F263B
Tints of Paprika #7F263B
RGB
CMYK
RGB Variations
Color information
#7F263B (or 0x7F263B) is known color: Paprika. HEX triplet: 7F, 26 and 3B. RGB value is (127,38,59). Sum of RGB (Red+Green+Blue) = 127+38+59=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F263B is #80D9C4. Grayscale: #434343. Windows color (decimal): -8444357 or 3876479. OLE color: 3876479.
HSL color Cylindrical-coordinate representation of color #7F263B: hue angle of 345.84º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F263B is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 38 | 59 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.50 |
| HSL | 345.84º | 0.54% | 0.32% | - |
| HSV(B) | 345.84º | 0.7% | 0.5% | - |
| XYZ | 10.23 | 6.21 | 4.8 | - |
| YUV | 67.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 38 | 59 | 0 | 0.70 | 0.54 | 0.50 | 345.84 | 0.54 | 0.32 |
| Hex | 7F | 26 | 3B | 0 | 46 | 36 | 32 | 15A | 36 | 20 |
| Octal | 177 | 46 | 73 | 0 | 106 | 66 | 62 | 532 | 66 | 40 |
| Binary | 1111111 | 100110 | 111011 | 0 | 1000110 | 110110 | 110010 | 101011010 | 110110 | 100000 |
Color Harmonies of #7F263B
Complementary color
Monochromatic Colors of #7F263B
Black with #7F263B
Text Example
Text Example
White with #7F263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F263B; }
p { color: rgb(127,38,59); }
H1.HeaderClassName
{
color: #7F263B;
}
.AnyTagClassName
{
color: #7F263B;
}
</style>
background-color css
<style>
a { background-color: #7F263B; }
a { background-color: rgb(127,38,59); }
div.DivClassName
{
background-color: #7F263B;
}
.BgClassName
{
background-color: #7F263B;
}
</style>
border-color css
<style>
span { border-color: #7F263B; }
span { border-color: rgb(127,38,59); }
td.TdClassName
{
border-color: #7F263B;
}
.TagClassName
{
border-color: #7F263B;
}
</style>