Shades of Paprika #7D3341
Tints of Paprika #7D3341
RGB
CMYK
RGB Variations
Color information
#7D3341 (or 0x7D3341) is known color: Paprika. HEX triplet: 7D, 33 and 41. RGB value is (125,51,65). Sum of RGB (Red+Green+Blue) = 125+51+65=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3341 is #82CCBE. Grayscale: #4A4A4A. Windows color (decimal): -8572095 or 4273021. OLE color: 4273021.
HSL color Cylindrical-coordinate representation of color #7D3341: hue angle of 348.65º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D3341 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 65 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.51 |
| HSL | 348.65º | 0.42% | 0.35% | - |
| HSV(B) | 348.65º | 0.59% | 0.49% | - |
| XYZ | 10.6 | 7.11 | 5.81 | - |
| YUV | 74.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 65 | 0 | 0.59 | 0.48 | 0.51 | 348.65 | 0.42 | 0.35 |
| Hex | 7D | 33 | 41 | 0 | 3B | 30 | 33 | 15D | 2A | 23 |
| Octal | 175 | 63 | 101 | 0 | 73 | 60 | 63 | 535 | 52 | 43 |
| Binary | 1111101 | 110011 | 1000001 | 0 | 111011 | 110000 | 110011 | 101011101 | 101010 | 100011 |
Color Harmonies of #7D3341
Complementary color
Monochromatic Colors of #7D3341
Black with #7D3341
Text Example
Text Example
White with #7D3341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3341; }
p { color: rgb(125,51,65); }
H1.HeaderClassName
{
color: #7D3341;
}
.AnyTagClassName
{
color: #7D3341;
}
</style>
background-color css
<style>
a { background-color: #7D3341; }
a { background-color: rgb(125,51,65); }
div.DivClassName
{
background-color: #7D3341;
}
.BgClassName
{
background-color: #7D3341;
}
</style>
border-color css
<style>
span { border-color: #7D3341; }
span { border-color: rgb(125,51,65); }
td.TdClassName
{
border-color: #7D3341;
}
.TagClassName
{
border-color: #7D3341;
}
</style>