Shades of Paprika #752C38
Tints of Paprika #752C38
RGB
CMYK
RGB Variations
Color information
#752C38 (or 0x752C38) is known color: Paprika. HEX triplet: 75, 2C and 38. RGB value is (117,44,56). Sum of RGB (Red+Green+Blue) = 117+44+56=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #752C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C38 is #8AD3C7. Grayscale: #434343. Windows color (decimal): -9098184 or 3681397. OLE color: 3681397.
HSL color Cylindrical-coordinate representation of color #752C38: hue angle of 350.14º degrees, saturation: 0.45, 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 #752C38 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 56 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.54 |
| HSL | 350.14º | 0.45% | 0.32% | - |
| HSV(B) | 350.14º | 0.62% | 0.46% | - |
| XYZ | 8.95 | 5.87 | 4.4 | - |
| YUV | 67.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 56 | 0 | 0.62 | 0.52 | 0.54 | 350.14 | 0.45 | 0.32 |
| Hex | 75 | 2C | 38 | 0 | 3E | 34 | 36 | 15E | 2D | 20 |
| Octal | 165 | 54 | 70 | 0 | 76 | 64 | 66 | 536 | 55 | 40 |
| Binary | 1110101 | 101100 | 111000 | 0 | 111110 | 110100 | 110110 | 101011110 | 101101 | 100000 |
Color Harmonies of #752C38
Complementary color
Monochromatic Colors of #752C38
Black with #752C38
Text Example
Text Example
White with #752C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C38; }
p { color: rgb(117,44,56); }
H1.HeaderClassName
{
color: #752C38;
}
.AnyTagClassName
{
color: #752C38;
}
</style>
background-color css
<style>
a { background-color: #752C38; }
a { background-color: rgb(117,44,56); }
div.DivClassName
{
background-color: #752C38;
}
.BgClassName
{
background-color: #752C38;
}
</style>
border-color css
<style>
span { border-color: #752C38; }
span { border-color: rgb(117,44,56); }
td.TdClassName
{
border-color: #752C38;
}
.TagClassName
{
border-color: #752C38;
}
</style>