Shades of Paprika #862F41
Tints of Paprika #862F41
RGB
CMYK
RGB Variations
Color information
#862F41 (or 0x862F41) is known color: Paprika. HEX triplet: 86, 2F and 41. RGB value is (134,47,65). Sum of RGB (Red+Green+Blue) = 134+47+65=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #862F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F41 is #79D0BE. Grayscale: #4B4B4B. Windows color (decimal): -7983295 or 4272006. OLE color: 4272006.
HSL color Cylindrical-coordinate representation of color #862F41: hue angle of 347.59º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #862F41 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 65 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.47 |
| HSL | 347.59º | 0.48% | 0.35% | - |
| HSV(B) | 347.59º | 0.65% | 0.53% | - |
| XYZ | 11.8 | 7.48 | 5.82 | - |
| YUV | 75.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 65 | 0 | 0.65 | 0.51 | 0.47 | 347.59 | 0.48 | 0.35 |
| Hex | 86 | 2F | 41 | 0 | 41 | 33 | 2F | 15C | 30 | 23 |
| Octal | 206 | 57 | 101 | 0 | 101 | 63 | 57 | 534 | 60 | 43 |
| Binary | 10000110 | 101111 | 1000001 | 0 | 1000001 | 110011 | 101111 | 101011100 | 110000 | 100011 |
Color Harmonies of #862F41
Complementary color
Monochromatic Colors of #862F41
Black with #862F41
Text Example
Text Example
White with #862F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F41; }
p { color: rgb(134,47,65); }
H1.HeaderClassName
{
color: #862F41;
}
.AnyTagClassName
{
color: #862F41;
}
</style>
background-color css
<style>
a { background-color: #862F41; }
a { background-color: rgb(134,47,65); }
div.DivClassName
{
background-color: #862F41;
}
.BgClassName
{
background-color: #862F41;
}
</style>
border-color css
<style>
span { border-color: #862F41; }
span { border-color: rgb(134,47,65); }
td.TdClassName
{
border-color: #862F41;
}
.TagClassName
{
border-color: #862F41;
}
</style>