Shades of Paprika #81303E
Tints of Paprika #81303E
RGB
CMYK
RGB Variations
Color information
#81303E (or 0x81303E) is known color: Paprika. HEX triplet: 81, 30 and 3E. RGB value is (129,48,62). Sum of RGB (Red+Green+Blue) = 129+48+62=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #81303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81303E is #7ECFC1. Grayscale: #494949. Windows color (decimal): -8310722 or 4075649. OLE color: 4075649.
HSL color Cylindrical-coordinate representation of color #81303E: hue angle of 349.63º 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 #81303E is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 48 | 62 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.49 |
| HSL | 349.63º | 0.46% | 0.35% | - |
| HSV(B) | 349.63º | 0.63% | 0.51% | - |
| XYZ | 10.98 | 7.13 | 5.35 | - |
| YUV | 73.82 | 121.34 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 48 | 62 | 0 | 0.63 | 0.52 | 0.49 | 349.63 | 0.46 | 0.35 |
| Hex | 81 | 30 | 3E | 0 | 3F | 34 | 31 | 15E | 2E | 23 |
| Octal | 201 | 60 | 76 | 0 | 77 | 64 | 61 | 536 | 56 | 43 |
| Binary | 10000001 | 110000 | 111110 | 0 | 111111 | 110100 | 110001 | 101011110 | 101110 | 100011 |
Color Harmonies of #81303E
Complementary color
Monochromatic Colors of #81303E
Black with #81303E
Text Example
Text Example
White with #81303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81303E; }
p { color: rgb(129,48,62); }
H1.HeaderClassName
{
color: #81303E;
}
.AnyTagClassName
{
color: #81303E;
}
</style>
background-color css
<style>
a { background-color: #81303E; }
a { background-color: rgb(129,48,62); }
div.DivClassName
{
background-color: #81303E;
}
.BgClassName
{
background-color: #81303E;
}
</style>
border-color css
<style>
span { border-color: #81303E; }
span { border-color: rgb(129,48,62); }
td.TdClassName
{
border-color: #81303E;
}
.TagClassName
{
border-color: #81303E;
}
</style>