Shades of Paprika #7D253E
Tints of Paprika #7D253E
RGB
CMYK
RGB Variations
Color information
#7D253E (or 0x7D253E) is known color: Paprika. HEX triplet: 7D, 25 and 3E. RGB value is (125,37,62). Sum of RGB (Red+Green+Blue) = 125+37+62=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D253E is #82DAC1. Grayscale: #424242. Windows color (decimal): -8575682 or 4072829. OLE color: 4072829.
HSL color Cylindrical-coordinate representation of color #7D253E: hue angle of 342.95º 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 #7D253E is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 37 | 62 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.51 |
| HSL | 342.95º | 0.54% | 0.32% | - |
| HSV(B) | 342.95º | 0.7% | 0.49% | - |
| XYZ | 9.99 | 6.03 | 5.2 | - |
| YUV | 66.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 37 | 62 | 0 | 0.70 | 0.50 | 0.51 | 342.95 | 0.54 | 0.32 |
| Hex | 7D | 25 | 3E | 0 | 46 | 32 | 33 | 157 | 36 | 20 |
| Octal | 175 | 45 | 76 | 0 | 106 | 62 | 63 | 527 | 66 | 40 |
| Binary | 1111101 | 100101 | 111110 | 0 | 1000110 | 110010 | 110011 | 101010111 | 110110 | 100000 |
Color Harmonies of #7D253E
Complementary color
Monochromatic Colors of #7D253E
Black with #7D253E
Text Example
Text Example
White with #7D253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D253E; }
p { color: rgb(125,37,62); }
H1.HeaderClassName
{
color: #7D253E;
}
.AnyTagClassName
{
color: #7D253E;
}
</style>
background-color css
<style>
a { background-color: #7D253E; }
a { background-color: rgb(125,37,62); }
div.DivClassName
{
background-color: #7D253E;
}
.BgClassName
{
background-color: #7D253E;
}
</style>
border-color css
<style>
span { border-color: #7D253E; }
span { border-color: rgb(125,37,62); }
td.TdClassName
{
border-color: #7D253E;
}
.TagClassName
{
border-color: #7D253E;
}
</style>