Shades of Paprika #7D263B
Tints of Paprika #7D263B
RGB
CMYK
RGB Variations
Color information
#7D263B (or 0x7D263B) is known color: Paprika. HEX triplet: 7D, 26 and 3B. RGB value is (125,38,59). Sum of RGB (Red+Green+Blue) = 125+38+59=222 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.31% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 125 - color contains mainly: red. Hex color #7D263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D263B is #82D9C4. Grayscale: #424242. Windows color (decimal): -8575429 or 3876477. OLE color: 3876477.
HSL color Cylindrical-coordinate representation of color #7D263B: hue angle of 345.52º 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 #7D263B is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 38 | 59 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.51 |
| HSL | 345.52º | 0.53% | 0.32% | - |
| HSV(B) | 345.52º | 0.7% | 0.49% | - |
| XYZ | 9.94 | 6.06 | 4.78 | - |
| YUV | 66.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 59 | 0 | 0.70 | 0.53 | 0.51 | 345.52 | 0.53 | 0.32 |
| Hex | 7D | 26 | 3B | 0 | 46 | 35 | 33 | 15A | 35 | 20 |
| Octal | 175 | 46 | 73 | 0 | 106 | 65 | 63 | 532 | 65 | 40 |
| Binary | 1111101 | 100110 | 111011 | 0 | 1000110 | 110101 | 110011 | 101011010 | 110101 | 100000 |
Color Harmonies of #7D263B
Complementary color
Monochromatic Colors of #7D263B
Black with #7D263B
Text Example
Text Example
White with #7D263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D263B; }
p { color: rgb(125,38,59); }
H1.HeaderClassName
{
color: #7D263B;
}
.AnyTagClassName
{
color: #7D263B;
}
</style>
background-color css
<style>
a { background-color: #7D263B; }
a { background-color: rgb(125,38,59); }
div.DivClassName
{
background-color: #7D263B;
}
.BgClassName
{
background-color: #7D263B;
}
</style>
border-color css
<style>
span { border-color: #7D263B; }
span { border-color: rgb(125,38,59); }
td.TdClassName
{
border-color: #7D263B;
}
.TagClassName
{
border-color: #7D263B;
}
</style>