Shades of Paprika #81313B
Tints of Paprika #81313B
RGB
CMYK
RGB Variations
Color information
#81313B (or 0x81313B) is known color: Paprika. HEX triplet: 81, 31 and 3B. RGB value is (129,49,59). Sum of RGB (Red+Green+Blue) = 129+49+59=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #81313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81313B is #7ECEC4. Grayscale: #4A4A4A. Windows color (decimal): -8310469 or 3879297. OLE color: 3879297.
HSL color Cylindrical-coordinate representation of color #81313B: hue angle of 352.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81313B is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 49 | 59 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.49 |
| HSL | 352.5º | 0.45% | 0.35% | - |
| HSV(B) | 352.5º | 0.62% | 0.51% | - |
| XYZ | 10.94 | 7.18 | 4.95 | - |
| YUV | 74.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 59 | 0 | 0.62 | 0.54 | 0.49 | 352.5 | 0.45 | 0.35 |
| Hex | 81 | 31 | 3B | 0 | 3E | 36 | 31 | 160 | 2D | 23 |
| Octal | 201 | 61 | 73 | 0 | 76 | 66 | 61 | 540 | 55 | 43 |
| Binary | 10000001 | 110001 | 111011 | 0 | 111110 | 110110 | 110001 | 101100000 | 101101 | 100011 |
Color Harmonies of #81313B
Complementary color
Monochromatic Colors of #81313B
Black with #81313B
Text Example
Text Example
White with #81313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81313B; }
p { color: rgb(129,49,59); }
H1.HeaderClassName
{
color: #81313B;
}
.AnyTagClassName
{
color: #81313B;
}
</style>
background-color css
<style>
a { background-color: #81313B; }
a { background-color: rgb(129,49,59); }
div.DivClassName
{
background-color: #81313B;
}
.BgClassName
{
background-color: #81313B;
}
</style>
border-color css
<style>
span { border-color: #81313B; }
span { border-color: rgb(129,49,59); }
td.TdClassName
{
border-color: #81313B;
}
.TagClassName
{
border-color: #81313B;
}
</style>