Shades of Paprika #7D3337
Tints of Paprika #7D3337
RGB
CMYK
RGB Variations
Color information
#7D3337 (or 0x7D3337) is known color: Paprika. HEX triplet: 7D, 33 and 37. RGB value is (125,51,55). Sum of RGB (Red+Green+Blue) = 125+51+55=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3337 is #82CCC8. Grayscale: #494949. Windows color (decimal): -8572105 or 3617661. OLE color: 3617661.
HSL color Cylindrical-coordinate representation of color #7D3337: hue angle of 356.76º 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 #7D3337 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 55 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.51 |
| HSL | 356.76º | 0.42% | 0.35% | - |
| HSV(B) | 356.76º | 0.59% | 0.49% | - |
| XYZ | 10.33 | 7 | 4.42 | - |
| YUV | 73.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 55 | 0 | 0.59 | 0.56 | 0.51 | 356.76 | 0.42 | 0.35 |
| Hex | 7D | 33 | 37 | 0 | 3B | 38 | 33 | 165 | 2A | 23 |
| Octal | 175 | 63 | 67 | 0 | 73 | 70 | 63 | 545 | 52 | 43 |
| Binary | 1111101 | 110011 | 110111 | 0 | 111011 | 111000 | 110011 | 101100101 | 101010 | 100011 |
Color Harmonies of #7D3337
Complementary color
Monochromatic Colors of #7D3337
Black with #7D3337
Text Example
Text Example
White with #7D3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3337; }
p { color: rgb(125,51,55); }
H1.HeaderClassName
{
color: #7D3337;
}
.AnyTagClassName
{
color: #7D3337;
}
</style>
background-color css
<style>
a { background-color: #7D3337; }
a { background-color: rgb(125,51,55); }
div.DivClassName
{
background-color: #7D3337;
}
.BgClassName
{
background-color: #7D3337;
}
</style>
border-color css
<style>
span { border-color: #7D3337; }
span { border-color: rgb(125,51,55); }
td.TdClassName
{
border-color: #7D3337;
}
.TagClassName
{
border-color: #7D3337;
}
</style>