Shades of Paprika #752B37
Tints of Paprika #752B37
RGB
CMYK
RGB Variations
Color information
#752B37 (or 0x752B37) is known color: Paprika. HEX triplet: 75, 2B and 37. RGB value is (117,43,55). Sum of RGB (Red+Green+Blue) = 117+43+55=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #752B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B37 is #8AD4C8. Grayscale: #424242. Windows color (decimal): -9098441 or 3615605. OLE color: 3615605.
HSL color Cylindrical-coordinate representation of color #752B37: hue angle of 350.27º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752B37 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 55 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.54 |
| HSL | 350.27º | 0.46% | 0.31% | - |
| HSV(B) | 350.27º | 0.63% | 0.46% | - |
| XYZ | 8.89 | 5.79 | 4.26 | - |
| YUV | 66.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 55 | 0 | 0.63 | 0.53 | 0.54 | 350.27 | 0.46 | 0.31 |
| Hex | 75 | 2B | 37 | 0 | 3F | 35 | 36 | 15E | 2E | 1F |
| Octal | 165 | 53 | 67 | 0 | 77 | 65 | 66 | 536 | 56 | 37 |
| Binary | 1110101 | 101011 | 110111 | 0 | 111111 | 110101 | 110110 | 101011110 | 101110 | 11111 |
Color Harmonies of #752B37
Complementary color
Monochromatic Colors of #752B37
Black with #752B37
Text Example
Text Example
White with #752B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B37; }
p { color: rgb(117,43,55); }
H1.HeaderClassName
{
color: #752B37;
}
.AnyTagClassName
{
color: #752B37;
}
</style>
background-color css
<style>
a { background-color: #752B37; }
a { background-color: rgb(117,43,55); }
div.DivClassName
{
background-color: #752B37;
}
.BgClassName
{
background-color: #752B37;
}
</style>
border-color css
<style>
span { border-color: #752B37; }
span { border-color: rgb(117,43,55); }
td.TdClassName
{
border-color: #752B37;
}
.TagClassName
{
border-color: #752B37;
}
</style>