Shades of Paprika #7F223C
Tints of Paprika #7F223C
RGB
CMYK
RGB Variations
Color information
#7F223C (or 0x7F223C) is known color: Paprika. HEX triplet: 7F, 22 and 3C. RGB value is (127,34,60). Sum of RGB (Red+Green+Blue) = 127+34+60=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F223C is #80DDC3. Grayscale: #404040. Windows color (decimal): -8445380 or 3940991. OLE color: 3940991.
HSL color Cylindrical-coordinate representation of color #7F223C: hue angle of 343.23º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F223C is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 34 | 60 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.50 |
| HSL | 343.23º | 0.58% | 0.32% | - |
| HSV(B) | 343.23º | 0.73% | 0.5% | - |
| XYZ | 10.14 | 5.98 | 4.9 | - |
| YUV | 64.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 60 | 0 | 0.73 | 0.53 | 0.50 | 343.23 | 0.58 | 0.32 |
| Hex | 7F | 22 | 3C | 0 | 49 | 35 | 32 | 157 | 3A | 20 |
| Octal | 177 | 42 | 74 | 0 | 111 | 65 | 62 | 527 | 72 | 40 |
| Binary | 1111111 | 100010 | 111100 | 0 | 1001001 | 110101 | 110010 | 101010111 | 111010 | 100000 |
Color Harmonies of #7F223C
Complementary color
Monochromatic Colors of #7F223C
Black with #7F223C
Text Example
Text Example
White with #7F223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F223C; }
p { color: rgb(127,34,60); }
H1.HeaderClassName
{
color: #7F223C;
}
.AnyTagClassName
{
color: #7F223C;
}
</style>
background-color css
<style>
a { background-color: #7F223C; }
a { background-color: rgb(127,34,60); }
div.DivClassName
{
background-color: #7F223C;
}
.BgClassName
{
background-color: #7F223C;
}
</style>
border-color css
<style>
span { border-color: #7F223C; }
span { border-color: rgb(127,34,60); }
td.TdClassName
{
border-color: #7F223C;
}
.TagClassName
{
border-color: #7F223C;
}
</style>