Shades of Paprika #752D38
Tints of Paprika #752D38
RGB
CMYK
RGB Variations
Color information
#752D38 (or 0x752D38) is known color: Paprika. HEX triplet: 75, 2D and 38. RGB value is (117,45,56). Sum of RGB (Red+Green+Blue) = 117+45+56=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #752D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D38 is #8AD2C7. Grayscale: #434343. Windows color (decimal): -9097928 or 3681653. OLE color: 3681653.
HSL color Cylindrical-coordinate representation of color #752D38: hue angle of 350.83º 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 #752D38 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 56 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.54 |
| HSL | 350.83º | 0.44% | 0.32% | - |
| HSV(B) | 350.83º | 0.62% | 0.46% | - |
| XYZ | 8.99 | 5.94 | 4.41 | - |
| YUV | 67.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 56 | 0 | 0.62 | 0.52 | 0.54 | 350.83 | 0.44 | 0.32 |
| Hex | 75 | 2D | 38 | 0 | 3E | 34 | 36 | 15F | 2C | 20 |
| Octal | 165 | 55 | 70 | 0 | 76 | 64 | 66 | 537 | 54 | 40 |
| Binary | 1110101 | 101101 | 111000 | 0 | 111110 | 110100 | 110110 | 101011111 | 101100 | 100000 |
Color Harmonies of #752D38
Complementary color
Monochromatic Colors of #752D38
Black with #752D38
Text Example
Text Example
White with #752D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D38; }
p { color: rgb(117,45,56); }
H1.HeaderClassName
{
color: #752D38;
}
.AnyTagClassName
{
color: #752D38;
}
</style>
background-color css
<style>
a { background-color: #752D38; }
a { background-color: rgb(117,45,56); }
div.DivClassName
{
background-color: #752D38;
}
.BgClassName
{
background-color: #752D38;
}
</style>
border-color css
<style>
span { border-color: #752D38; }
span { border-color: rgb(117,45,56); }
td.TdClassName
{
border-color: #752D38;
}
.TagClassName
{
border-color: #752D38;
}
</style>