Shades of Paprika #792B40
Tints of Paprika #792B40
RGB
CMYK
RGB Variations
Color information
#792B40 (or 0x792B40) is known color: Paprika. HEX triplet: 79, 2B and 40. RGB value is (121,43,64). Sum of RGB (Red+Green+Blue) = 121+43+64=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #792B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792B40 is #86D4BF. Grayscale: #444444. Windows color (decimal): -8836288 or 4205433. OLE color: 4205433.
HSL color Cylindrical-coordinate representation of color #792B40: hue angle of 343.85º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #792B40 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 43 | 64 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.53 |
| HSL | 343.85º | 0.48% | 0.32% | - |
| HSV(B) | 343.85º | 0.64% | 0.47% | - |
| XYZ | 9.67 | 6.16 | 5.53 | - |
| YUV | 68.72 | 125.34 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 64 | 0 | 0.64 | 0.47 | 0.53 | 343.85 | 0.48 | 0.32 |
| Hex | 79 | 2B | 40 | 0 | 40 | 2F | 35 | 158 | 30 | 20 |
| Octal | 171 | 53 | 100 | 0 | 100 | 57 | 65 | 530 | 60 | 40 |
| Binary | 1111001 | 101011 | 1000000 | 0 | 1000000 | 101111 | 110101 | 101011000 | 110000 | 100000 |
Color Harmonies of #792B40
Complementary color
Monochromatic Colors of #792B40
Black with #792B40
Text Example
Text Example
White with #792B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792B40; }
p { color: rgb(121,43,64); }
H1.HeaderClassName
{
color: #792B40;
}
.AnyTagClassName
{
color: #792B40;
}
</style>
background-color css
<style>
a { background-color: #792B40; }
a { background-color: rgb(121,43,64); }
div.DivClassName
{
background-color: #792B40;
}
.BgClassName
{
background-color: #792B40;
}
</style>
border-color css
<style>
span { border-color: #792B40; }
span { border-color: rgb(121,43,64); }
td.TdClassName
{
border-color: #792B40;
}
.TagClassName
{
border-color: #792B40;
}
</style>