Shades of Paprika #7D263D
Tints of Paprika #7D263D
RGB
CMYK
RGB Variations
Color information
#7D263D (or 0x7D263D) is known color: Paprika. HEX triplet: 7D, 26 and 3D. RGB value is (125,38,61). Sum of RGB (Red+Green+Blue) = 125+38+61=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D263D is #82D9C2. Grayscale: #424242. Windows color (decimal): -8575427 or 4007549. OLE color: 4007549.
HSL color Cylindrical-coordinate representation of color #7D263D: hue angle of 344.14º 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 #7D263D is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 38 | 61 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.51 |
| HSL | 344.14º | 0.53% | 0.32% | - |
| HSV(B) | 344.14º | 0.7% | 0.49% | - |
| XYZ | 9.99 | 6.08 | 5.06 | - |
| YUV | 66.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 61 | 0 | 0.70 | 0.51 | 0.51 | 344.14 | 0.53 | 0.32 |
| Hex | 7D | 26 | 3D | 0 | 46 | 33 | 33 | 158 | 35 | 20 |
| Octal | 175 | 46 | 75 | 0 | 106 | 63 | 63 | 530 | 65 | 40 |
| Binary | 1111101 | 100110 | 111101 | 0 | 1000110 | 110011 | 110011 | 101011000 | 110101 | 100000 |
Color Harmonies of #7D263D
Complementary color
Monochromatic Colors of #7D263D
Black with #7D263D
Text Example
Text Example
White with #7D263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D263D; }
p { color: rgb(125,38,61); }
H1.HeaderClassName
{
color: #7D263D;
}
.AnyTagClassName
{
color: #7D263D;
}
</style>
background-color css
<style>
a { background-color: #7D263D; }
a { background-color: rgb(125,38,61); }
div.DivClassName
{
background-color: #7D263D;
}
.BgClassName
{
background-color: #7D263D;
}
</style>
border-color css
<style>
span { border-color: #7D263D; }
span { border-color: rgb(125,38,61); }
td.TdClassName
{
border-color: #7D263D;
}
.TagClassName
{
border-color: #7D263D;
}
</style>