Shades of Paprika #862D40
Tints of Paprika #862D40
RGB
CMYK
RGB Variations
Color information
#862D40 (or 0x862D40) is known color: Paprika. HEX triplet: 86, 2D and 40. RGB value is (134,45,64). Sum of RGB (Red+Green+Blue) = 134+45+64=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #862D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D40 is #79D2BF. Grayscale: #494949. Windows color (decimal): -7983808 or 4205958. OLE color: 4205958.
HSL color Cylindrical-coordinate representation of color #862D40: hue angle of 347.19º 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 #862D40 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 64 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.47 |
| HSL | 347.19º | 0.5% | 0.35% | - |
| HSV(B) | 347.19º | 0.66% | 0.53% | - |
| XYZ | 11.7 | 7.32 | 5.65 | - |
| YUV | 73.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 64 | 0 | 0.66 | 0.52 | 0.47 | 347.19 | 0.5 | 0.35 |
| Hex | 86 | 2D | 40 | 0 | 42 | 34 | 2F | 15B | 32 | 23 |
| Octal | 206 | 55 | 100 | 0 | 102 | 64 | 57 | 533 | 62 | 43 |
| Binary | 10000110 | 101101 | 1000000 | 0 | 1000010 | 110100 | 101111 | 101011011 | 110010 | 100011 |
Color Harmonies of #862D40
Complementary color
Monochromatic Colors of #862D40
Black with #862D40
Text Example
Text Example
White with #862D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D40; }
p { color: rgb(134,45,64); }
H1.HeaderClassName
{
color: #862D40;
}
.AnyTagClassName
{
color: #862D40;
}
</style>
background-color css
<style>
a { background-color: #862D40; }
a { background-color: rgb(134,45,64); }
div.DivClassName
{
background-color: #862D40;
}
.BgClassName
{
background-color: #862D40;
}
</style>
border-color css
<style>
span { border-color: #862D40; }
span { border-color: rgb(134,45,64); }
td.TdClassName
{
border-color: #862D40;
}
.TagClassName
{
border-color: #862D40;
}
</style>