Shades of Paprika #792835
Tints of Paprika #792835
RGB
CMYK
RGB Variations
Color information
#792835 (or 0x792835) is known color: Paprika. HEX triplet: 79, 28 and 35. RGB value is (121,40,53). Sum of RGB (Red+Green+Blue) = 121+40+53=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #792835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792835 is #86D7CA. Grayscale: #414141. Windows color (decimal): -8837067 or 3483769. OLE color: 3483769.
HSL color Cylindrical-coordinate representation of color #792835: hue angle of 350.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #792835 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 40 | 53 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.53 |
| HSL | 350.37º | 0.5% | 0.32% | - |
| HSV(B) | 350.37º | 0.67% | 0.47% | - |
| XYZ | 9.29 | 5.84 | 4.01 | - |
| YUV | 65.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 53 | 0 | 0.67 | 0.56 | 0.53 | 350.37 | 0.5 | 0.32 |
| Hex | 79 | 28 | 35 | 0 | 43 | 38 | 35 | 15E | 32 | 20 |
| Octal | 171 | 50 | 65 | 0 | 103 | 70 | 65 | 536 | 62 | 40 |
| Binary | 1111001 | 101000 | 110101 | 0 | 1000011 | 111000 | 110101 | 101011110 | 110010 | 100000 |
Color Harmonies of #792835
Complementary color
Monochromatic Colors of #792835
Black with #792835
Text Example
Text Example
White with #792835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792835; }
p { color: rgb(121,40,53); }
H1.HeaderClassName
{
color: #792835;
}
.AnyTagClassName
{
color: #792835;
}
</style>
background-color css
<style>
a { background-color: #792835; }
a { background-color: rgb(121,40,53); }
div.DivClassName
{
background-color: #792835;
}
.BgClassName
{
background-color: #792835;
}
</style>
border-color css
<style>
span { border-color: #792835; }
span { border-color: rgb(121,40,53); }
td.TdClassName
{
border-color: #792835;
}
.TagClassName
{
border-color: #792835;
}
</style>