Shades of Paprika #752A39
Tints of Paprika #752A39
RGB
CMYK
RGB Variations
Color information
#752A39 (or 0x752A39) is known color: Paprika. HEX triplet: 75, 2A and 39. RGB value is (117,42,57). Sum of RGB (Red+Green+Blue) = 117+42+57=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #752A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A39 is #8AD5C6. Grayscale: #424242. Windows color (decimal): -9098695 or 3746421. OLE color: 3746421.
HSL color Cylindrical-coordinate representation of color #752A39: hue angle of 348º 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 #752A39 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 57 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.54 |
| HSL | 348º | 0.47% | 0.31% | - |
| HSV(B) | 348º | 0.64% | 0.46% | - |
| XYZ | 8.9 | 5.73 | 4.51 | - |
| YUV | 66.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 57 | 0 | 0.64 | 0.51 | 0.54 | 348 | 0.47 | 0.31 |
| Hex | 75 | 2A | 39 | 0 | 40 | 33 | 36 | 15C | 2F | 1F |
| Octal | 165 | 52 | 71 | 0 | 100 | 63 | 66 | 534 | 57 | 37 |
| Binary | 1110101 | 101010 | 111001 | 0 | 1000000 | 110011 | 110110 | 101011100 | 101111 | 11111 |
Color Harmonies of #752A39
Complementary color
Monochromatic Colors of #752A39
Black with #752A39
Text Example
Text Example
White with #752A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A39; }
p { color: rgb(117,42,57); }
H1.HeaderClassName
{
color: #752A39;
}
.AnyTagClassName
{
color: #752A39;
}
</style>
background-color css
<style>
a { background-color: #752A39; }
a { background-color: rgb(117,42,57); }
div.DivClassName
{
background-color: #752A39;
}
.BgClassName
{
background-color: #752A39;
}
</style>
border-color css
<style>
span { border-color: #752A39; }
span { border-color: rgb(117,42,57); }
td.TdClassName
{
border-color: #752A39;
}
.TagClassName
{
border-color: #752A39;
}
</style>