Shades of Paprika #7D263F
Tints of Paprika #7D263F
RGB
CMYK
RGB Variations
Color information
#7D263F (or 0x7D263F) is known color: Paprika. HEX triplet: 7D, 26 and 3F. RGB value is (125,38,63). Sum of RGB (Red+Green+Blue) = 125+38+63=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D263F is #82D9C0. Grayscale: #424242. Windows color (decimal): -8575425 or 4138621. OLE color: 4138621.
HSL color Cylindrical-coordinate representation of color #7D263F: hue angle of 342.76º degrees, saturation: 0.53, 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 #7D263F is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 38 | 63 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.51 |
| HSL | 342.76º | 0.53% | 0.32% | - |
| HSV(B) | 342.76º | 0.7% | 0.49% | - |
| XYZ | 10.05 | 6.11 | 5.35 | - |
| YUV | 66.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 63 | 0 | 0.70 | 0.50 | 0.51 | 342.76 | 0.53 | 0.32 |
| Hex | 7D | 26 | 3F | 0 | 46 | 32 | 33 | 157 | 35 | 20 |
| Octal | 175 | 46 | 77 | 0 | 106 | 62 | 63 | 527 | 65 | 40 |
| Binary | 1111101 | 100110 | 111111 | 0 | 1000110 | 110010 | 110011 | 101010111 | 110101 | 100000 |
Color Harmonies of #7D263F
Complementary color
Monochromatic Colors of #7D263F
Black with #7D263F
Text Example
Text Example
White with #7D263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D263F; }
p { color: rgb(125,38,63); }
H1.HeaderClassName
{
color: #7D263F;
}
.AnyTagClassName
{
color: #7D263F;
}
</style>
background-color css
<style>
a { background-color: #7D263F; }
a { background-color: rgb(125,38,63); }
div.DivClassName
{
background-color: #7D263F;
}
.BgClassName
{
background-color: #7D263F;
}
</style>
border-color css
<style>
span { border-color: #7D263F; }
span { border-color: rgb(125,38,63); }
td.TdClassName
{
border-color: #7D263F;
}
.TagClassName
{
border-color: #7D263F;
}
</style>