Shades of Paprika #752E37
Tints of Paprika #752E37
RGB
CMYK
RGB Variations
Color information
#752E37 (or 0x752E37) is known color: Paprika. HEX triplet: 75, 2E and 37. RGB value is (117,46,55). Sum of RGB (Red+Green+Blue) = 117+46+55=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #752E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E37 is #8AD1C8. Grayscale: #444444. Windows color (decimal): -9097673 or 3616373. OLE color: 3616373.
HSL color Cylindrical-coordinate representation of color #752E37: hue angle of 352.39º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E37 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 55 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.54 |
| HSL | 352.39º | 0.44% | 0.32% | - |
| HSV(B) | 352.39º | 0.61% | 0.46% | - |
| XYZ | 9 | 6.01 | 4.3 | - |
| YUV | 68.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 55 | 0 | 0.61 | 0.53 | 0.54 | 352.39 | 0.44 | 0.32 |
| Hex | 75 | 2E | 37 | 0 | 3D | 35 | 36 | 160 | 2C | 20 |
| Octal | 165 | 56 | 67 | 0 | 75 | 65 | 66 | 540 | 54 | 40 |
| Binary | 1110101 | 101110 | 110111 | 0 | 111101 | 110101 | 110110 | 101100000 | 101100 | 100000 |
Color Harmonies of #752E37
Complementary color
Monochromatic Colors of #752E37
Black with #752E37
Text Example
Text Example
White with #752E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E37; }
p { color: rgb(117,46,55); }
H1.HeaderClassName
{
color: #752E37;
}
.AnyTagClassName
{
color: #752E37;
}
</style>
background-color css
<style>
a { background-color: #752E37; }
a { background-color: rgb(117,46,55); }
div.DivClassName
{
background-color: #752E37;
}
.BgClassName
{
background-color: #752E37;
}
</style>
border-color css
<style>
span { border-color: #752E37; }
span { border-color: rgb(117,46,55); }
td.TdClassName
{
border-color: #752E37;
}
.TagClassName
{
border-color: #752E37;
}
</style>