Shades of Paprika #792E3E
Tints of Paprika #792E3E
RGB
CMYK
RGB Variations
Color information
#792E3E (or 0x792E3E) is known color: Paprika. HEX triplet: 79, 2E and 3E. RGB value is (121,46,62). Sum of RGB (Red+Green+Blue) = 121+46+62=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #792E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792E3E is #86D1C1. Grayscale: #464646. Windows color (decimal): -8835522 or 4075129. OLE color: 4075129.
HSL color Cylindrical-coordinate representation of color #792E3E: hue angle of 347.2º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #792E3E is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 62 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.53 |
| HSL | 347.2º | 0.45% | 0.33% | - |
| HSV(B) | 347.2º | 0.62% | 0.47% | - |
| XYZ | 9.73 | 6.37 | 5.27 | - |
| YUV | 70.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 62 | 0 | 0.62 | 0.49 | 0.53 | 347.2 | 0.45 | 0.33 |
| Hex | 79 | 2E | 3E | 0 | 3E | 31 | 35 | 15B | 2D | 21 |
| Octal | 171 | 56 | 76 | 0 | 76 | 61 | 65 | 533 | 55 | 41 |
| Binary | 1111001 | 101110 | 111110 | 0 | 111110 | 110001 | 110101 | 101011011 | 101101 | 100001 |
Color Harmonies of #792E3E
Complementary color
Monochromatic Colors of #792E3E
Black with #792E3E
Text Example
Text Example
White with #792E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E3E; }
p { color: rgb(121,46,62); }
H1.HeaderClassName
{
color: #792E3E;
}
.AnyTagClassName
{
color: #792E3E;
}
</style>
background-color css
<style>
a { background-color: #792E3E; }
a { background-color: rgb(121,46,62); }
div.DivClassName
{
background-color: #792E3E;
}
.BgClassName
{
background-color: #792E3E;
}
</style>
border-color css
<style>
span { border-color: #792E3E; }
span { border-color: rgb(121,46,62); }
td.TdClassName
{
border-color: #792E3E;
}
.TagClassName
{
border-color: #792E3E;
}
</style>