Shades of Paprika #85313B
Tints of Paprika #85313B
RGB
CMYK
RGB Variations
Color information
#85313B (or 0x85313B) is known color: Paprika. HEX triplet: 85, 31 and 3B. RGB value is (133,49,59). Sum of RGB (Red+Green+Blue) = 133+49+59=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85313B is #7ACEC4. Grayscale: #4B4B4B. Windows color (decimal): -8048325 or 3879301. OLE color: 3879301.
HSL color Cylindrical-coordinate representation of color #85313B: hue angle of 352.86º 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 #85313B is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 59 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.48 |
| HSL | 352.86º | 0.46% | 0.36% | - |
| HSV(B) | 352.86º | 0.63% | 0.52% | - |
| XYZ | 11.56 | 7.5 | 4.98 | - |
| YUV | 75.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 59 | 0 | 0.63 | 0.56 | 0.48 | 352.86 | 0.46 | 0.36 |
| Hex | 85 | 31 | 3B | 0 | 3F | 38 | 30 | 161 | 2E | 24 |
| Octal | 205 | 61 | 73 | 0 | 77 | 70 | 60 | 541 | 56 | 44 |
| Binary | 10000101 | 110001 | 111011 | 0 | 111111 | 111000 | 110000 | 101100001 | 101110 | 100100 |
Color Harmonies of #85313B
Complementary color
Monochromatic Colors of #85313B
Black with #85313B
Text Example
Text Example
White with #85313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85313B; }
p { color: rgb(133,49,59); }
H1.HeaderClassName
{
color: #85313B;
}
.AnyTagClassName
{
color: #85313B;
}
</style>
background-color css
<style>
a { background-color: #85313B; }
a { background-color: rgb(133,49,59); }
div.DivClassName
{
background-color: #85313B;
}
.BgClassName
{
background-color: #85313B;
}
</style>
border-color css
<style>
span { border-color: #85313B; }
span { border-color: rgb(133,49,59); }
td.TdClassName
{
border-color: #85313B;
}
.TagClassName
{
border-color: #85313B;
}
</style>