Shades of Paprika #752835
Tints of Paprika #752835
RGB
CMYK
RGB Variations
Color information
#752835 (or 0x752835) is known color: Paprika. HEX triplet: 75, 28 and 35. RGB value is (117,40,53). Sum of RGB (Red+Green+Blue) = 117+40+53=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #752835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752835 is #8AD7CA. Grayscale: #404040. Windows color (decimal): -9099211 or 3483765. OLE color: 3483765.
HSL color Cylindrical-coordinate representation of color #752835: hue angle of 349.87º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752835 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 40 | 53 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.54 |
| HSL | 349.87º | 0.49% | 0.31% | - |
| HSV(B) | 349.87º | 0.66% | 0.46% | - |
| XYZ | 8.74 | 5.56 | 3.98 | - |
| YUV | 64.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 53 | 0 | 0.66 | 0.55 | 0.54 | 349.87 | 0.49 | 0.31 |
| Hex | 75 | 28 | 35 | 0 | 42 | 37 | 36 | 15E | 31 | 1F |
| Octal | 165 | 50 | 65 | 0 | 102 | 67 | 66 | 536 | 61 | 37 |
| Binary | 1110101 | 101000 | 110101 | 0 | 1000010 | 110111 | 110110 | 101011110 | 110001 | 11111 |
Color Harmonies of #752835
Complementary color
Monochromatic Colors of #752835
Black with #752835
Text Example
Text Example
White with #752835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752835; }
p { color: rgb(117,40,53); }
H1.HeaderClassName
{
color: #752835;
}
.AnyTagClassName
{
color: #752835;
}
</style>
background-color css
<style>
a { background-color: #752835; }
a { background-color: rgb(117,40,53); }
div.DivClassName
{
background-color: #752835;
}
.BgClassName
{
background-color: #752835;
}
</style>
border-color css
<style>
span { border-color: #752835; }
span { border-color: rgb(117,40,53); }
td.TdClassName
{
border-color: #752835;
}
.TagClassName
{
border-color: #752835;
}
</style>