Shades of Paprika #7D2835
Tints of Paprika #7D2835
RGB
CMYK
RGB Variations
Color information
#7D2835 (or 0x7D2835) is known color: Paprika. HEX triplet: 7D, 28 and 35. RGB value is (125,40,53). Sum of RGB (Red+Green+Blue) = 125+40+53=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2835 is #82D7CA. Grayscale: #424242. Windows color (decimal): -8574923 or 3483773. OLE color: 3483773.
HSL color Cylindrical-coordinate representation of color #7D2835: hue angle of 350.82º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D2835 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 53 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.51 |
| HSL | 350.82º | 0.52% | 0.32% | - |
| HSV(B) | 350.82º | 0.68% | 0.49% | - |
| XYZ | 9.86 | 6.13 | 4.03 | - |
| YUV | 66.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 53 | 0 | 0.68 | 0.58 | 0.51 | 350.82 | 0.52 | 0.32 |
| Hex | 7D | 28 | 35 | 0 | 44 | 3A | 33 | 15F | 34 | 20 |
| Octal | 175 | 50 | 65 | 0 | 104 | 72 | 63 | 537 | 64 | 40 |
| Binary | 1111101 | 101000 | 110101 | 0 | 1000100 | 111010 | 110011 | 101011111 | 110100 | 100000 |
Color Harmonies of #7D2835
Complementary color
Monochromatic Colors of #7D2835
Black with #7D2835
Text Example
Text Example
White with #7D2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2835; }
p { color: rgb(125,40,53); }
H1.HeaderClassName
{
color: #7D2835;
}
.AnyTagClassName
{
color: #7D2835;
}
</style>
background-color css
<style>
a { background-color: #7D2835; }
a { background-color: rgb(125,40,53); }
div.DivClassName
{
background-color: #7D2835;
}
.BgClassName
{
background-color: #7D2835;
}
</style>
border-color css
<style>
span { border-color: #7D2835; }
span { border-color: rgb(125,40,53); }
td.TdClassName
{
border-color: #7D2835;
}
.TagClassName
{
border-color: #7D2835;
}
</style>