Shades of Paprika #84313B
Tints of Paprika #84313B
RGB
CMYK
RGB Variations
Color information
#84313B (or 0x84313B) is known color: Paprika. HEX triplet: 84, 31 and 3B. RGB value is (132,49,59). Sum of RGB (Red+Green+Blue) = 132+49+59=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #84313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84313B is #7BCEC4. Grayscale: #4B4B4B. Windows color (decimal): -8113861 or 3879300. OLE color: 3879300.
HSL color Cylindrical-coordinate representation of color #84313B: hue angle of 352.77º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84313B is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 49 | 59 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.48 |
| HSL | 352.77º | 0.46% | 0.35% | - |
| HSV(B) | 352.77º | 0.63% | 0.52% | - |
| XYZ | 11.4 | 7.42 | 4.97 | - |
| YUV | 74.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 59 | 0 | 0.63 | 0.55 | 0.48 | 352.77 | 0.46 | 0.35 |
| Hex | 84 | 31 | 3B | 0 | 3F | 37 | 30 | 161 | 2E | 23 |
| Octal | 204 | 61 | 73 | 0 | 77 | 67 | 60 | 541 | 56 | 43 |
| Binary | 10000100 | 110001 | 111011 | 0 | 111111 | 110111 | 110000 | 101100001 | 101110 | 100011 |
Color Harmonies of #84313B
Complementary color
Monochromatic Colors of #84313B
Black with #84313B
Text Example
Text Example
White with #84313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84313B; }
p { color: rgb(132,49,59); }
H1.HeaderClassName
{
color: #84313B;
}
.AnyTagClassName
{
color: #84313B;
}
</style>
background-color css
<style>
a { background-color: #84313B; }
a { background-color: rgb(132,49,59); }
div.DivClassName
{
background-color: #84313B;
}
.BgClassName
{
background-color: #84313B;
}
</style>
border-color css
<style>
span { border-color: #84313B; }
span { border-color: rgb(132,49,59); }
td.TdClassName
{
border-color: #84313B;
}
.TagClassName
{
border-color: #84313B;
}
</style>