Shades of Paprika #752D39
Tints of Paprika #752D39
RGB
CMYK
RGB Variations
Color information
#752D39 (or 0x752D39) is known color: Paprika. HEX triplet: 75, 2D and 39. RGB value is (117,45,57). Sum of RGB (Red+Green+Blue) = 117+45+57=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #752D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D39 is #8AD2C6. Grayscale: #434343. Windows color (decimal): -9097927 or 3747189. OLE color: 3747189.
HSL color Cylindrical-coordinate representation of color #752D39: hue angle of 350º degrees, saturation: 0.44, 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 #752D39 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 57 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.54 |
| HSL | 350º | 0.44% | 0.32% | - |
| HSV(B) | 350º | 0.62% | 0.46% | - |
| XYZ | 9.01 | 5.95 | 4.55 | - |
| YUV | 67.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 57 | 0 | 0.62 | 0.51 | 0.54 | 350 | 0.44 | 0.32 |
| Hex | 75 | 2D | 39 | 0 | 3E | 33 | 36 | 15E | 2C | 20 |
| Octal | 165 | 55 | 71 | 0 | 76 | 63 | 66 | 536 | 54 | 40 |
| Binary | 1110101 | 101101 | 111001 | 0 | 111110 | 110011 | 110110 | 101011110 | 101100 | 100000 |
Color Harmonies of #752D39
Complementary color
Monochromatic Colors of #752D39
Black with #752D39
Text Example
Text Example
White with #752D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D39; }
p { color: rgb(117,45,57); }
H1.HeaderClassName
{
color: #752D39;
}
.AnyTagClassName
{
color: #752D39;
}
</style>
background-color css
<style>
a { background-color: #752D39; }
a { background-color: rgb(117,45,57); }
div.DivClassName
{
background-color: #752D39;
}
.BgClassName
{
background-color: #752D39;
}
</style>
border-color css
<style>
span { border-color: #752D39; }
span { border-color: rgb(117,45,57); }
td.TdClassName
{
border-color: #752D39;
}
.TagClassName
{
border-color: #752D39;
}
</style>