Shades of Paprika #7D2F36
Tints of Paprika #7D2F36
RGB
CMYK
RGB Variations
Color information
#7D2F36 (or 0x7D2F36) is known color: Paprika. HEX triplet: 7D, 2F and 36. RGB value is (125,47,54). Sum of RGB (Red+Green+Blue) = 125+47+54=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2F36 is #82D0C9. Grayscale: #474747. Windows color (decimal): -8573130 or 3551101. OLE color: 3551101.
HSL color Cylindrical-coordinate representation of color #7D2F36: hue angle of 354.62º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D2F36 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 47 | 54 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.51 |
| HSL | 354.62º | 0.45% | 0.34% | - |
| HSV(B) | 354.62º | 0.62% | 0.49% | - |
| XYZ | 10.14 | 6.66 | 4.24 | - |
| YUV | 71.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 47 | 54 | 0 | 0.62 | 0.57 | 0.51 | 354.62 | 0.45 | 0.34 |
| Hex | 7D | 2F | 36 | 0 | 3E | 39 | 33 | 163 | 2D | 22 |
| Octal | 175 | 57 | 66 | 0 | 76 | 71 | 63 | 543 | 55 | 42 |
| Binary | 1111101 | 101111 | 110110 | 0 | 111110 | 111001 | 110011 | 101100011 | 101101 | 100010 |
Color Harmonies of #7D2F36
Complementary color
Monochromatic Colors of #7D2F36
Black with #7D2F36
Text Example
Text Example
White with #7D2F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2F36; }
p { color: rgb(125,47,54); }
H1.HeaderClassName
{
color: #7D2F36;
}
.AnyTagClassName
{
color: #7D2F36;
}
</style>
background-color css
<style>
a { background-color: #7D2F36; }
a { background-color: rgb(125,47,54); }
div.DivClassName
{
background-color: #7D2F36;
}
.BgClassName
{
background-color: #7D2F36;
}
</style>
border-color css
<style>
span { border-color: #7D2F36; }
span { border-color: rgb(125,47,54); }
td.TdClassName
{
border-color: #7D2F36;
}
.TagClassName
{
border-color: #7D2F36;
}
</style>