Shades of Paprika #7D253D
Tints of Paprika #7D253D
RGB
CMYK
RGB Variations
Color information
#7D253D (or 0x7D253D) is known color: Paprika. HEX triplet: 7D, 25 and 3D. RGB value is (125,37,61). Sum of RGB (Red+Green+Blue) = 125+37+61=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D253D is #82DAC2. Grayscale: #424242. Windows color (decimal): -8575683 or 4007293. OLE color: 4007293.
HSL color Cylindrical-coordinate representation of color #7D253D: hue angle of 343.64º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D253D is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 37 | 61 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.51 |
| HSL | 343.64º | 0.54% | 0.32% | - |
| HSV(B) | 343.64º | 0.7% | 0.49% | - |
| XYZ | 9.96 | 6.02 | 5.05 | - |
| YUV | 66.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 37 | 61 | 0 | 0.70 | 0.51 | 0.51 | 343.64 | 0.54 | 0.32 |
| Hex | 7D | 25 | 3D | 0 | 46 | 33 | 33 | 158 | 36 | 20 |
| Octal | 175 | 45 | 75 | 0 | 106 | 63 | 63 | 530 | 66 | 40 |
| Binary | 1111101 | 100101 | 111101 | 0 | 1000110 | 110011 | 110011 | 101011000 | 110110 | 100000 |
Color Harmonies of #7D253D
Complementary color
Monochromatic Colors of #7D253D
Black with #7D253D
Text Example
Text Example
White with #7D253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D253D; }
p { color: rgb(125,37,61); }
H1.HeaderClassName
{
color: #7D253D;
}
.AnyTagClassName
{
color: #7D253D;
}
</style>
background-color css
<style>
a { background-color: #7D253D; }
a { background-color: rgb(125,37,61); }
div.DivClassName
{
background-color: #7D253D;
}
.BgClassName
{
background-color: #7D253D;
}
</style>
border-color css
<style>
span { border-color: #7D253D; }
span { border-color: rgb(125,37,61); }
td.TdClassName
{
border-color: #7D253D;
}
.TagClassName
{
border-color: #7D253D;
}
</style>