Shades of Paprika #752A35
Tints of Paprika #752A35
RGB
CMYK
RGB Variations
Color information
#752A35 (or 0x752A35) is known color: Paprika. HEX triplet: 75, 2A and 35. RGB value is (117,42,53). Sum of RGB (Red+Green+Blue) = 117+42+53=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #752A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A35 is #8AD5CA. Grayscale: #414141. Windows color (decimal): -9098699 or 3484277. OLE color: 3484277.
HSL color Cylindrical-coordinate representation of color #752A35: hue angle of 351.2º 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 #752A35 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 53 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.54 |
| HSL | 351.2º | 0.47% | 0.31% | - |
| HSV(B) | 351.2º | 0.64% | 0.46% | - |
| XYZ | 8.81 | 5.69 | 4 | - |
| YUV | 65.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 53 | 0 | 0.64 | 0.55 | 0.54 | 351.2 | 0.47 | 0.31 |
| Hex | 75 | 2A | 35 | 0 | 40 | 37 | 36 | 15F | 2F | 1F |
| Octal | 165 | 52 | 65 | 0 | 100 | 67 | 66 | 537 | 57 | 37 |
| Binary | 1110101 | 101010 | 110101 | 0 | 1000000 | 110111 | 110110 | 101011111 | 101111 | 11111 |
Color Harmonies of #752A35
Complementary color
Monochromatic Colors of #752A35
Black with #752A35
Text Example
Text Example
White with #752A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A35; }
p { color: rgb(117,42,53); }
H1.HeaderClassName
{
color: #752A35;
}
.AnyTagClassName
{
color: #752A35;
}
</style>
background-color css
<style>
a { background-color: #752A35; }
a { background-color: rgb(117,42,53); }
div.DivClassName
{
background-color: #752A35;
}
.BgClassName
{
background-color: #752A35;
}
</style>
border-color css
<style>
span { border-color: #752A35; }
span { border-color: rgb(117,42,53); }
td.TdClassName
{
border-color: #752A35;
}
.TagClassName
{
border-color: #752A35;
}
</style>