Shades of Paprika #752938
Tints of Paprika #752938
RGB
CMYK
RGB Variations
Color information
#752938 (or 0x752938) is known color: Paprika. HEX triplet: 75, 29 and 38. RGB value is (117,41,56). Sum of RGB (Red+Green+Blue) = 117+41+56=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #752938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752938 is #8AD6C7. Grayscale: #414141. Windows color (decimal): -9098952 or 3680629. OLE color: 3680629.
HSL color Cylindrical-coordinate representation of color #752938: hue angle of 348.16º 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 #752938 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 41 | 56 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.54 |
| HSL | 348.16º | 0.48% | 0.31% | - |
| HSV(B) | 348.16º | 0.65% | 0.46% | - |
| XYZ | 8.84 | 5.65 | 4.37 | - |
| YUV | 65.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 56 | 0 | 0.65 | 0.52 | 0.54 | 348.16 | 0.48 | 0.31 |
| Hex | 75 | 29 | 38 | 0 | 41 | 34 | 36 | 15C | 30 | 1F |
| Octal | 165 | 51 | 70 | 0 | 101 | 64 | 66 | 534 | 60 | 37 |
| Binary | 1110101 | 101001 | 111000 | 0 | 1000001 | 110100 | 110110 | 101011100 | 110000 | 11111 |
Color Harmonies of #752938
Complementary color
Monochromatic Colors of #752938
Black with #752938
Text Example
Text Example
White with #752938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752938; }
p { color: rgb(117,41,56); }
H1.HeaderClassName
{
color: #752938;
}
.AnyTagClassName
{
color: #752938;
}
</style>
background-color css
<style>
a { background-color: #752938; }
a { background-color: rgb(117,41,56); }
div.DivClassName
{
background-color: #752938;
}
.BgClassName
{
background-color: #752938;
}
</style>
border-color css
<style>
span { border-color: #752938; }
span { border-color: rgb(117,41,56); }
td.TdClassName
{
border-color: #752938;
}
.TagClassName
{
border-color: #752938;
}
</style>