Shades of Paprika #752D35
Tints of Paprika #752D35
RGB
CMYK
RGB Variations
Color information
#752D35 (or 0x752D35) is known color: Paprika. HEX triplet: 75, 2D and 35. RGB value is (117,45,53). Sum of RGB (Red+Green+Blue) = 117+45+53=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #752D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D35 is #8AD2CA. Grayscale: #434343. Windows color (decimal): -9097931 or 3485045. OLE color: 3485045.
HSL color Cylindrical-coordinate representation of color #752D35: hue angle of 353.33º 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 #752D35 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 53 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.54 |
| HSL | 353.33º | 0.44% | 0.32% | - |
| HSV(B) | 353.33º | 0.62% | 0.46% | - |
| XYZ | 8.92 | 5.92 | 4.04 | - |
| YUV | 67.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 53 | 0 | 0.62 | 0.55 | 0.54 | 353.33 | 0.44 | 0.32 |
| Hex | 75 | 2D | 35 | 0 | 3E | 37 | 36 | 161 | 2C | 20 |
| Octal | 165 | 55 | 65 | 0 | 76 | 67 | 66 | 541 | 54 | 40 |
| Binary | 1110101 | 101101 | 110101 | 0 | 111110 | 110111 | 110110 | 101100001 | 101100 | 100000 |
Color Harmonies of #752D35
Complementary color
Monochromatic Colors of #752D35
Black with #752D35
Text Example
Text Example
White with #752D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D35; }
p { color: rgb(117,45,53); }
H1.HeaderClassName
{
color: #752D35;
}
.AnyTagClassName
{
color: #752D35;
}
</style>
background-color css
<style>
a { background-color: #752D35; }
a { background-color: rgb(117,45,53); }
div.DivClassName
{
background-color: #752D35;
}
.BgClassName
{
background-color: #752D35;
}
</style>
border-color css
<style>
span { border-color: #752D35; }
span { border-color: rgb(117,45,53); }
td.TdClassName
{
border-color: #752D35;
}
.TagClassName
{
border-color: #752D35;
}
</style>