Shades of Paprika #862B40
Tints of Paprika #862B40
RGB
CMYK
RGB Variations
Color information
#862B40 (or 0x862B40) is known color: Paprika. HEX triplet: 86, 2B and 40. RGB value is (134,43,64). Sum of RGB (Red+Green+Blue) = 134+43+64=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #862B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B40 is #79D4BF. Grayscale: #484848. Windows color (decimal): -7984320 or 4205446. OLE color: 4205446.
HSL color Cylindrical-coordinate representation of color #862B40: hue angle of 346.15º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #862B40 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 43 | 64 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.47 |
| HSL | 346.15º | 0.51% | 0.35% | - |
| HSV(B) | 346.15º | 0.68% | 0.53% | - |
| XYZ | 11.62 | 7.17 | 5.62 | - |
| YUV | 72.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 43 | 64 | 0 | 0.68 | 0.52 | 0.47 | 346.15 | 0.51 | 0.35 |
| Hex | 86 | 2B | 40 | 0 | 44 | 34 | 2F | 15A | 33 | 23 |
| Octal | 206 | 53 | 100 | 0 | 104 | 64 | 57 | 532 | 63 | 43 |
| Binary | 10000110 | 101011 | 1000000 | 0 | 1000100 | 110100 | 101111 | 101011010 | 110011 | 100011 |
Color Harmonies of #862B40
Complementary color
Monochromatic Colors of #862B40
Black with #862B40
Text Example
Text Example
White with #862B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862B40; }
p { color: rgb(134,43,64); }
H1.HeaderClassName
{
color: #862B40;
}
.AnyTagClassName
{
color: #862B40;
}
</style>
background-color css
<style>
a { background-color: #862B40; }
a { background-color: rgb(134,43,64); }
div.DivClassName
{
background-color: #862B40;
}
.BgClassName
{
background-color: #862B40;
}
</style>
border-color css
<style>
span { border-color: #862B40; }
span { border-color: rgb(134,43,64); }
td.TdClassName
{
border-color: #862B40;
}
.TagClassName
{
border-color: #862B40;
}
</style>