Shades of Paprika #7D353D
Tints of Paprika #7D353D
RGB
CMYK
RGB Variations
Color information
#7D353D (or 0x7D353D) is known color: Paprika. HEX triplet: 7D, 35 and 3D. RGB value is (125,53,61). Sum of RGB (Red+Green+Blue) = 125+53+61=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D353D is #82CAC2. Grayscale: #4B4B4B. Windows color (decimal): -8571587 or 4011389. OLE color: 4011389.
HSL color Cylindrical-coordinate representation of color #7D353D: hue angle of 353.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D353D is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 53 | 61 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.51 |
| HSL | 353.33º | 0.4% | 0.35% | - |
| HSV(B) | 353.33º | 0.58% | 0.49% | - |
| XYZ | 10.57 | 7.24 | 5.26 | - |
| YUV | 75.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 53 | 61 | 0 | 0.58 | 0.51 | 0.51 | 353.33 | 0.4 | 0.35 |
| Hex | 7D | 35 | 3D | 0 | 3A | 33 | 33 | 161 | 28 | 23 |
| Octal | 175 | 65 | 75 | 0 | 72 | 63 | 63 | 541 | 50 | 43 |
| Binary | 1111101 | 110101 | 111101 | 0 | 111010 | 110011 | 110011 | 101100001 | 101000 | 100011 |
Color Harmonies of #7D353D
Complementary color
Monochromatic Colors of #7D353D
Black with #7D353D
Text Example
Text Example
White with #7D353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D353D; }
p { color: rgb(125,53,61); }
H1.HeaderClassName
{
color: #7D353D;
}
.AnyTagClassName
{
color: #7D353D;
}
</style>
background-color css
<style>
a { background-color: #7D353D; }
a { background-color: rgb(125,53,61); }
div.DivClassName
{
background-color: #7D353D;
}
.BgClassName
{
background-color: #7D353D;
}
</style>
border-color css
<style>
span { border-color: #7D353D; }
span { border-color: rgb(125,53,61); }
td.TdClassName
{
border-color: #7D353D;
}
.TagClassName
{
border-color: #7D353D;
}
</style>