Shades of Paprika #862C40
Tints of Paprika #862C40
RGB
CMYK
RGB Variations
Color information
#862C40 (or 0x862C40) is known color: Paprika. HEX triplet: 86, 2C and 40. RGB value is (134,44,64). Sum of RGB (Red+Green+Blue) = 134+44+64=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #862C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C40 is #79D3BF. Grayscale: #494949. Windows color (decimal): -7984064 or 4205702. OLE color: 4205702.
HSL color Cylindrical-coordinate representation of color #862C40: hue angle of 346.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C40 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 64 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.47 |
| HSL | 346.67º | 0.51% | 0.35% | - |
| HSV(B) | 346.67º | 0.67% | 0.53% | - |
| XYZ | 11.66 | 7.24 | 5.63 | - |
| YUV | 73.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 64 | 0 | 0.67 | 0.52 | 0.47 | 346.67 | 0.51 | 0.35 |
| Hex | 86 | 2C | 40 | 0 | 43 | 34 | 2F | 15B | 33 | 23 |
| Octal | 206 | 54 | 100 | 0 | 103 | 64 | 57 | 533 | 63 | 43 |
| Binary | 10000110 | 101100 | 1000000 | 0 | 1000011 | 110100 | 101111 | 101011011 | 110011 | 100011 |
Color Harmonies of #862C40
Complementary color
Monochromatic Colors of #862C40
Black with #862C40
Text Example
Text Example
White with #862C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C40; }
p { color: rgb(134,44,64); }
H1.HeaderClassName
{
color: #862C40;
}
.AnyTagClassName
{
color: #862C40;
}
</style>
background-color css
<style>
a { background-color: #862C40; }
a { background-color: rgb(134,44,64); }
div.DivClassName
{
background-color: #862C40;
}
.BgClassName
{
background-color: #862C40;
}
</style>
border-color css
<style>
span { border-color: #862C40; }
span { border-color: rgb(134,44,64); }
td.TdClassName
{
border-color: #862C40;
}
.TagClassName
{
border-color: #862C40;
}
</style>