Shades of Paprika #86313C
Tints of Paprika #86313C
RGB
CMYK
RGB Variations
Color information
#86313C (or 0x86313C) is known color: Paprika. HEX triplet: 86, 31 and 3C. RGB value is (134,49,60). Sum of RGB (Red+Green+Blue) = 134+49+60=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86313C is #79CEC3. Grayscale: #4B4B4B. Windows color (decimal): -7982788 or 3944838. OLE color: 3944838.
HSL color Cylindrical-coordinate representation of color #86313C: hue angle of 352.24º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86313C is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 60 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.47 |
| HSL | 352.24º | 0.46% | 0.36% | - |
| HSV(B) | 352.24º | 0.63% | 0.53% | - |
| XYZ | 11.75 | 7.59 | 5.12 | - |
| YUV | 75.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 60 | 0 | 0.63 | 0.55 | 0.47 | 352.24 | 0.46 | 0.36 |
| Hex | 86 | 31 | 3C | 0 | 3F | 37 | 2F | 160 | 2E | 24 |
| Octal | 206 | 61 | 74 | 0 | 77 | 67 | 57 | 540 | 56 | 44 |
| Binary | 10000110 | 110001 | 111100 | 0 | 111111 | 110111 | 101111 | 101100000 | 101110 | 100100 |
Color Harmonies of #86313C
Complementary color
Monochromatic Colors of #86313C
Black with #86313C
Text Example
Text Example
White with #86313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86313C; }
p { color: rgb(134,49,60); }
H1.HeaderClassName
{
color: #86313C;
}
.AnyTagClassName
{
color: #86313C;
}
</style>
background-color css
<style>
a { background-color: #86313C; }
a { background-color: rgb(134,49,60); }
div.DivClassName
{
background-color: #86313C;
}
.BgClassName
{
background-color: #86313C;
}
</style>
border-color css
<style>
span { border-color: #86313C; }
span { border-color: rgb(134,49,60); }
td.TdClassName
{
border-color: #86313C;
}
.TagClassName
{
border-color: #86313C;
}
</style>