Shades of Paprika #752C37
Tints of Paprika #752C37
RGB
CMYK
RGB Variations
Color information
#752C37 (or 0x752C37) is known color: Paprika. HEX triplet: 75, 2C and 37. RGB value is (117,44,55). Sum of RGB (Red+Green+Blue) = 117+44+55=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #752C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C37 is #8AD3C8. Grayscale: #434343. Windows color (decimal): -9098185 or 3615861. OLE color: 3615861.
HSL color Cylindrical-coordinate representation of color #752C37: hue angle of 350.96º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C37 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 55 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.54 |
| HSL | 350.96º | 0.45% | 0.32% | - |
| HSV(B) | 350.96º | 0.62% | 0.46% | - |
| XYZ | 8.93 | 5.86 | 4.27 | - |
| YUV | 67.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 55 | 0 | 0.62 | 0.53 | 0.54 | 350.96 | 0.45 | 0.32 |
| Hex | 75 | 2C | 37 | 0 | 3E | 35 | 36 | 15F | 2D | 20 |
| Octal | 165 | 54 | 67 | 0 | 76 | 65 | 66 | 537 | 55 | 40 |
| Binary | 1110101 | 101100 | 110111 | 0 | 111110 | 110101 | 110110 | 101011111 | 101101 | 100000 |
Color Harmonies of #752C37
Complementary color
Monochromatic Colors of #752C37
Black with #752C37
Text Example
Text Example
White with #752C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C37; }
p { color: rgb(117,44,55); }
H1.HeaderClassName
{
color: #752C37;
}
.AnyTagClassName
{
color: #752C37;
}
</style>
background-color css
<style>
a { background-color: #752C37; }
a { background-color: rgb(117,44,55); }
div.DivClassName
{
background-color: #752C37;
}
.BgClassName
{
background-color: #752C37;
}
</style>
border-color css
<style>
span { border-color: #752C37; }
span { border-color: rgb(117,44,55); }
td.TdClassName
{
border-color: #752C37;
}
.TagClassName
{
border-color: #752C37;
}
</style>