Shades of Paprika #81313A
Tints of Paprika #81313A
RGB
CMYK
RGB Variations
Color information
#81313A (or 0x81313A) is known color: Paprika. HEX triplet: 81, 31 and 3A. RGB value is (129,49,58). Sum of RGB (Red+Green+Blue) = 129+49+58=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #81313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81313A is #7ECEC5. Grayscale: #494949. Windows color (decimal): -8310470 or 3813761. OLE color: 3813761.
HSL color Cylindrical-coordinate representation of color #81313A: hue angle of 353.25º 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 #81313A is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 49 | 58 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.49 |
| HSL | 353.25º | 0.45% | 0.35% | - |
| HSV(B) | 353.25º | 0.62% | 0.51% | - |
| XYZ | 10.92 | 7.17 | 4.81 | - |
| YUV | 73.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 58 | 0 | 0.62 | 0.55 | 0.49 | 353.25 | 0.45 | 0.35 |
| Hex | 81 | 31 | 3A | 0 | 3E | 37 | 31 | 161 | 2D | 23 |
| Octal | 201 | 61 | 72 | 0 | 76 | 67 | 61 | 541 | 55 | 43 |
| Binary | 10000001 | 110001 | 111010 | 0 | 111110 | 110111 | 110001 | 101100001 | 101101 | 100011 |
Color Harmonies of #81313A
Complementary color
Monochromatic Colors of #81313A
Black with #81313A
Text Example
Text Example
White with #81313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81313A; }
p { color: rgb(129,49,58); }
H1.HeaderClassName
{
color: #81313A;
}
.AnyTagClassName
{
color: #81313A;
}
</style>
background-color css
<style>
a { background-color: #81313A; }
a { background-color: rgb(129,49,58); }
div.DivClassName
{
background-color: #81313A;
}
.BgClassName
{
background-color: #81313A;
}
</style>
border-color css
<style>
span { border-color: #81313A; }
span { border-color: rgb(129,49,58); }
td.TdClassName
{
border-color: #81313A;
}
.TagClassName
{
border-color: #81313A;
}
</style>