Shades of Paprika #853140
Tints of Paprika #853140
RGB
CMYK
RGB Variations
Color information
#853140 (or 0x853140) is known color: Paprika. HEX triplet: 85, 31 and 40. RGB value is (133,49,64). Sum of RGB (Red+Green+Blue) = 133+49+64=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #853140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853140 is #7ACEBF. Grayscale: #4B4B4B. Windows color (decimal): -8048320 or 4206981. OLE color: 4206981.
HSL color Cylindrical-coordinate representation of color #853140: hue angle of 349.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853140 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 64 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.48 |
| HSL | 349.29º | 0.46% | 0.36% | - |
| HSV(B) | 349.29º | 0.63% | 0.52% | - |
| XYZ | 11.7 | 7.55 | 5.69 | - |
| YUV | 75.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 64 | 0 | 0.63 | 0.52 | 0.48 | 349.29 | 0.46 | 0.36 |
| Hex | 85 | 31 | 40 | 0 | 3F | 34 | 30 | 15D | 2E | 24 |
| Octal | 205 | 61 | 100 | 0 | 77 | 64 | 60 | 535 | 56 | 44 |
| Binary | 10000101 | 110001 | 1000000 | 0 | 111111 | 110100 | 110000 | 101011101 | 101110 | 100100 |
Color Harmonies of #853140
Complementary color
Monochromatic Colors of #853140
Black with #853140
Text Example
Text Example
White with #853140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853140; }
p { color: rgb(133,49,64); }
H1.HeaderClassName
{
color: #853140;
}
.AnyTagClassName
{
color: #853140;
}
</style>
background-color css
<style>
a { background-color: #853140; }
a { background-color: rgb(133,49,64); }
div.DivClassName
{
background-color: #853140;
}
.BgClassName
{
background-color: #853140;
}
</style>
border-color css
<style>
span { border-color: #853140; }
span { border-color: rgb(133,49,64); }
td.TdClassName
{
border-color: #853140;
}
.TagClassName
{
border-color: #853140;
}
</style>