Shades of Paprika #862D41
Tints of Paprika #862D41
RGB
CMYK
RGB Variations
Color information
#862D41 (or 0x862D41) is known color: Paprika. HEX triplet: 86, 2D and 41. RGB value is (134,45,65). Sum of RGB (Red+Green+Blue) = 134+45+65=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #862D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D41 is #79D2BE. Grayscale: #494949. Windows color (decimal): -7983807 or 4271494. OLE color: 4271494.
HSL color Cylindrical-coordinate representation of color #862D41: hue angle of 346.52º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862D41 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 65 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.47 |
| HSL | 346.52º | 0.5% | 0.35% | - |
| HSV(B) | 346.52º | 0.66% | 0.53% | - |
| XYZ | 11.72 | 7.33 | 5.8 | - |
| YUV | 73.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 65 | 0 | 0.66 | 0.51 | 0.47 | 346.52 | 0.5 | 0.35 |
| Hex | 86 | 2D | 41 | 0 | 42 | 33 | 2F | 15B | 32 | 23 |
| Octal | 206 | 55 | 101 | 0 | 102 | 63 | 57 | 533 | 62 | 43 |
| Binary | 10000110 | 101101 | 1000001 | 0 | 1000010 | 110011 | 101111 | 101011011 | 110010 | 100011 |
Color Harmonies of #862D41
Complementary color
Monochromatic Colors of #862D41
Black with #862D41
Text Example
Text Example
White with #862D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D41; }
p { color: rgb(134,45,65); }
H1.HeaderClassName
{
color: #862D41;
}
.AnyTagClassName
{
color: #862D41;
}
</style>
background-color css
<style>
a { background-color: #862D41; }
a { background-color: rgb(134,45,65); }
div.DivClassName
{
background-color: #862D41;
}
.BgClassName
{
background-color: #862D41;
}
</style>
border-color css
<style>
span { border-color: #862D41; }
span { border-color: rgb(134,45,65); }
td.TdClassName
{
border-color: #862D41;
}
.TagClassName
{
border-color: #862D41;
}
</style>