Shades of Paprika #752B39
Tints of Paprika #752B39
RGB
CMYK
RGB Variations
Color information
#752B39 (or 0x752B39) is known color: Paprika. HEX triplet: 75, 2B and 39. RGB value is (117,43,57). Sum of RGB (Red+Green+Blue) = 117+43+57=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #752B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B39 is #8AD4C6. Grayscale: #424242. Windows color (decimal): -9098439 or 3746677. OLE color: 3746677.
HSL color Cylindrical-coordinate representation of color #752B39: hue angle of 348.65º 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 #752B39 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 57 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.54 |
| HSL | 348.65º | 0.46% | 0.31% | - |
| HSV(B) | 348.65º | 0.63% | 0.46% | - |
| XYZ | 8.94 | 5.81 | 4.52 | - |
| YUV | 66.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 57 | 0 | 0.63 | 0.51 | 0.54 | 348.65 | 0.46 | 0.31 |
| Hex | 75 | 2B | 39 | 0 | 3F | 33 | 36 | 15D | 2E | 1F |
| Octal | 165 | 53 | 71 | 0 | 77 | 63 | 66 | 535 | 56 | 37 |
| Binary | 1110101 | 101011 | 111001 | 0 | 111111 | 110011 | 110110 | 101011101 | 101110 | 11111 |
Color Harmonies of #752B39
Complementary color
Monochromatic Colors of #752B39
Black with #752B39
Text Example
Text Example
White with #752B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B39; }
p { color: rgb(117,43,57); }
H1.HeaderClassName
{
color: #752B39;
}
.AnyTagClassName
{
color: #752B39;
}
</style>
background-color css
<style>
a { background-color: #752B39; }
a { background-color: rgb(117,43,57); }
div.DivClassName
{
background-color: #752B39;
}
.BgClassName
{
background-color: #752B39;
}
</style>
border-color css
<style>
span { border-color: #752B39; }
span { border-color: rgb(117,43,57); }
td.TdClassName
{
border-color: #752B39;
}
.TagClassName
{
border-color: #752B39;
}
</style>