Shades of Paprika #81303F
Tints of Paprika #81303F
RGB
CMYK
RGB Variations
Color information
#81303F (or 0x81303F) is known color: Paprika. HEX triplet: 81, 30 and 3F. RGB value is (129,48,63). Sum of RGB (Red+Green+Blue) = 129+48+63=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81303F is #7ECFC0. Grayscale: #494949. Windows color (decimal): -8310721 or 4141185. OLE color: 4141185.
HSL color Cylindrical-coordinate representation of color #81303F: hue angle of 348.89º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81303F is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 48 | 63 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.49 |
| HSL | 348.89º | 0.46% | 0.35% | - |
| HSV(B) | 348.89º | 0.63% | 0.51% | - |
| XYZ | 11.01 | 7.14 | 5.5 | - |
| YUV | 73.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 48 | 63 | 0 | 0.63 | 0.51 | 0.49 | 348.89 | 0.46 | 0.35 |
| Hex | 81 | 30 | 3F | 0 | 3F | 33 | 31 | 15D | 2E | 23 |
| Octal | 201 | 60 | 77 | 0 | 77 | 63 | 61 | 535 | 56 | 43 |
| Binary | 10000001 | 110000 | 111111 | 0 | 111111 | 110011 | 110001 | 101011101 | 101110 | 100011 |
Color Harmonies of #81303F
Complementary color
Monochromatic Colors of #81303F
Black with #81303F
Text Example
Text Example
White with #81303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81303F; }
p { color: rgb(129,48,63); }
H1.HeaderClassName
{
color: #81303F;
}
.AnyTagClassName
{
color: #81303F;
}
</style>
background-color css
<style>
a { background-color: #81303F; }
a { background-color: rgb(129,48,63); }
div.DivClassName
{
background-color: #81303F;
}
.BgClassName
{
background-color: #81303F;
}
</style>
border-color css
<style>
span { border-color: #81303F; }
span { border-color: rgb(129,48,63); }
td.TdClassName
{
border-color: #81303F;
}
.TagClassName
{
border-color: #81303F;
}
</style>