Shades of Paprika #792D3F
Tints of Paprika #792D3F
RGB
CMYK
RGB Variations
Color information
#792D3F (or 0x792D3F) is known color: Paprika. HEX triplet: 79, 2D and 3F. RGB value is (121,45,63). Sum of RGB (Red+Green+Blue) = 121+45+63=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #792D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D3F is #86D2C0. Grayscale: #454545. Windows color (decimal): -8835777 or 4140409. OLE color: 4140409.
HSL color Cylindrical-coordinate representation of color #792D3F: hue angle of 345.79º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #792D3F is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 63 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.53 |
| HSL | 345.79º | 0.46% | 0.33% | - |
| HSV(B) | 345.79º | 0.63% | 0.47% | - |
| XYZ | 9.72 | 6.3 | 5.41 | - |
| YUV | 69.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 63 | 0 | 0.63 | 0.48 | 0.53 | 345.79 | 0.46 | 0.33 |
| Hex | 79 | 2D | 3F | 0 | 3F | 30 | 35 | 15A | 2E | 21 |
| Octal | 171 | 55 | 77 | 0 | 77 | 60 | 65 | 532 | 56 | 41 |
| Binary | 1111001 | 101101 | 111111 | 0 | 111111 | 110000 | 110101 | 101011010 | 101110 | 100001 |
Color Harmonies of #792D3F
Complementary color
Monochromatic Colors of #792D3F
Black with #792D3F
Text Example
Text Example
White with #792D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D3F; }
p { color: rgb(121,45,63); }
H1.HeaderClassName
{
color: #792D3F;
}
.AnyTagClassName
{
color: #792D3F;
}
</style>
background-color css
<style>
a { background-color: #792D3F; }
a { background-color: rgb(121,45,63); }
div.DivClassName
{
background-color: #792D3F;
}
.BgClassName
{
background-color: #792D3F;
}
</style>
border-color css
<style>
span { border-color: #792D3F; }
span { border-color: rgb(121,45,63); }
td.TdClassName
{
border-color: #792D3F;
}
.TagClassName
{
border-color: #792D3F;
}
</style>