Shades of Paprika #85313D
Tints of Paprika #85313D
RGB
CMYK
RGB Variations
Color information
#85313D (or 0x85313D) is known color: Paprika. HEX triplet: 85, 31 and 3D. RGB value is (133,49,61). Sum of RGB (Red+Green+Blue) = 133+49+61=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85313D is #7ACEC2. Grayscale: #4B4B4B. Windows color (decimal): -8048323 or 4010373. OLE color: 4010373.
HSL color Cylindrical-coordinate representation of color #85313D: hue angle of 351.43º 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 #85313D is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 61 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.48 |
| HSL | 351.43º | 0.46% | 0.36% | - |
| HSV(B) | 351.43º | 0.63% | 0.52% | - |
| XYZ | 11.61 | 7.52 | 5.25 | - |
| YUV | 75.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 61 | 0 | 0.63 | 0.54 | 0.48 | 351.43 | 0.46 | 0.36 |
| Hex | 85 | 31 | 3D | 0 | 3F | 36 | 30 | 15F | 2E | 24 |
| Octal | 205 | 61 | 75 | 0 | 77 | 66 | 60 | 537 | 56 | 44 |
| Binary | 10000101 | 110001 | 111101 | 0 | 111111 | 110110 | 110000 | 101011111 | 101110 | 100100 |
Color Harmonies of #85313D
Complementary color
Monochromatic Colors of #85313D
Black with #85313D
Text Example
Text Example
White with #85313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85313D; }
p { color: rgb(133,49,61); }
H1.HeaderClassName
{
color: #85313D;
}
.AnyTagClassName
{
color: #85313D;
}
</style>
background-color css
<style>
a { background-color: #85313D; }
a { background-color: rgb(133,49,61); }
div.DivClassName
{
background-color: #85313D;
}
.BgClassName
{
background-color: #85313D;
}
</style>
border-color css
<style>
span { border-color: #85313D; }
span { border-color: rgb(133,49,61); }
td.TdClassName
{
border-color: #85313D;
}
.TagClassName
{
border-color: #85313D;
}
</style>