Shades of Paprika #752A38
Tints of Paprika #752A38
RGB
CMYK
RGB Variations
Color information
#752A38 (or 0x752A38) is known color: Paprika. HEX triplet: 75, 2A and 38. RGB value is (117,42,56). Sum of RGB (Red+Green+Blue) = 117+42+56=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #752A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A38 is #8AD5C7. Grayscale: #424242. Windows color (decimal): -9098696 or 3680885. OLE color: 3680885.
HSL color Cylindrical-coordinate representation of color #752A38: hue angle of 348.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752A38 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 56 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.54 |
| HSL | 348.8º | 0.47% | 0.31% | - |
| HSV(B) | 348.8º | 0.64% | 0.46% | - |
| XYZ | 8.88 | 5.72 | 4.38 | - |
| YUV | 66.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 56 | 0 | 0.64 | 0.52 | 0.54 | 348.8 | 0.47 | 0.31 |
| Hex | 75 | 2A | 38 | 0 | 40 | 34 | 36 | 15D | 2F | 1F |
| Octal | 165 | 52 | 70 | 0 | 100 | 64 | 66 | 535 | 57 | 37 |
| Binary | 1110101 | 101010 | 111000 | 0 | 1000000 | 110100 | 110110 | 101011101 | 101111 | 11111 |
Color Harmonies of #752A38
Complementary color
Monochromatic Colors of #752A38
Black with #752A38
Text Example
Text Example
White with #752A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A38; }
p { color: rgb(117,42,56); }
H1.HeaderClassName
{
color: #752A38;
}
.AnyTagClassName
{
color: #752A38;
}
</style>
background-color css
<style>
a { background-color: #752A38; }
a { background-color: rgb(117,42,56); }
div.DivClassName
{
background-color: #752A38;
}
.BgClassName
{
background-color: #752A38;
}
</style>
border-color css
<style>
span { border-color: #752A38; }
span { border-color: rgb(117,42,56); }
td.TdClassName
{
border-color: #752A38;
}
.TagClassName
{
border-color: #752A38;
}
</style>