Shades of Paprika #752939
Tints of Paprika #752939
RGB
CMYK
RGB Variations
Color information
#752939 (or 0x752939) is known color: Paprika. HEX triplet: 75, 29 and 39. RGB value is (117,41,57). Sum of RGB (Red+Green+Blue) = 117+41+57=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #752939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752939 is #8AD6C6. Grayscale: #414141. Windows color (decimal): -9098951 or 3746165. OLE color: 3746165.
HSL color Cylindrical-coordinate representation of color #752939: hue angle of 347.37º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752939 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 41 | 57 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.54 |
| HSL | 347.37º | 0.48% | 0.31% | - |
| HSV(B) | 347.37º | 0.65% | 0.46% | - |
| XYZ | 8.87 | 5.66 | 4.5 | - |
| YUV | 65.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 57 | 0 | 0.65 | 0.51 | 0.54 | 347.37 | 0.48 | 0.31 |
| Hex | 75 | 29 | 39 | 0 | 41 | 33 | 36 | 15B | 30 | 1F |
| Octal | 165 | 51 | 71 | 0 | 101 | 63 | 66 | 533 | 60 | 37 |
| Binary | 1110101 | 101001 | 111001 | 0 | 1000001 | 110011 | 110110 | 101011011 | 110000 | 11111 |
Color Harmonies of #752939
Complementary color
Monochromatic Colors of #752939
Black with #752939
Text Example
Text Example
White with #752939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752939; }
p { color: rgb(117,41,57); }
H1.HeaderClassName
{
color: #752939;
}
.AnyTagClassName
{
color: #752939;
}
</style>
background-color css
<style>
a { background-color: #752939; }
a { background-color: rgb(117,41,57); }
div.DivClassName
{
background-color: #752939;
}
.BgClassName
{
background-color: #752939;
}
</style>
border-color css
<style>
span { border-color: #752939; }
span { border-color: rgb(117,41,57); }
td.TdClassName
{
border-color: #752939;
}
.TagClassName
{
border-color: #752939;
}
</style>