Shades of Paprika #752B36
Tints of Paprika #752B36
RGB
CMYK
RGB Variations
Color information
#752B36 (or 0x752B36) is known color: Paprika. HEX triplet: 75, 2B and 36. RGB value is (117,43,54). Sum of RGB (Red+Green+Blue) = 117+43+54=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #752B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B36 is #8AD4C9. Grayscale: #424242. Windows color (decimal): -9098442 or 3550069. OLE color: 3550069.
HSL color Cylindrical-coordinate representation of color #752B36: hue angle of 351.08º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752B36 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 54 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.54 |
| HSL | 351.08º | 0.46% | 0.31% | - |
| HSV(B) | 351.08º | 0.63% | 0.46% | - |
| XYZ | 8.87 | 5.78 | 4.14 | - |
| YUV | 66.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 54 | 0 | 0.63 | 0.54 | 0.54 | 351.08 | 0.46 | 0.31 |
| Hex | 75 | 2B | 36 | 0 | 3F | 36 | 36 | 15F | 2E | 1F |
| Octal | 165 | 53 | 66 | 0 | 77 | 66 | 66 | 537 | 56 | 37 |
| Binary | 1110101 | 101011 | 110110 | 0 | 111111 | 110110 | 110110 | 101011111 | 101110 | 11111 |
Color Harmonies of #752B36
Complementary color
Monochromatic Colors of #752B36
Black with #752B36
Text Example
Text Example
White with #752B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B36; }
p { color: rgb(117,43,54); }
H1.HeaderClassName
{
color: #752B36;
}
.AnyTagClassName
{
color: #752B36;
}
</style>
background-color css
<style>
a { background-color: #752B36; }
a { background-color: rgb(117,43,54); }
div.DivClassName
{
background-color: #752B36;
}
.BgClassName
{
background-color: #752B36;
}
</style>
border-color css
<style>
span { border-color: #752B36; }
span { border-color: rgb(117,43,54); }
td.TdClassName
{
border-color: #752B36;
}
.TagClassName
{
border-color: #752B36;
}
</style>