Shades of Paprika #81323F
Tints of Paprika #81323F
RGB
CMYK
RGB Variations
Color information
#81323F (or 0x81323F) is known color: Paprika. HEX triplet: 81, 32 and 3F. RGB value is (129,50,63). Sum of RGB (Red+Green+Blue) = 129+50+63=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #81323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81323F is #7ECDC0. Grayscale: #4B4B4B. Windows color (decimal): -8310209 or 4141697. OLE color: 4141697.
HSL color Cylindrical-coordinate representation of color #81323F: hue angle of 350.13º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81323F is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 50 | 63 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.49 |
| HSL | 350.13º | 0.44% | 0.35% | - |
| HSV(B) | 350.13º | 0.61% | 0.51% | - |
| XYZ | 11.09 | 7.31 | 5.53 | - |
| YUV | 75.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 63 | 0 | 0.61 | 0.51 | 0.49 | 350.13 | 0.44 | 0.35 |
| Hex | 81 | 32 | 3F | 0 | 3D | 33 | 31 | 15E | 2C | 23 |
| Octal | 201 | 62 | 77 | 0 | 75 | 63 | 61 | 536 | 54 | 43 |
| Binary | 10000001 | 110010 | 111111 | 0 | 111101 | 110011 | 110001 | 101011110 | 101100 | 100011 |
Color Harmonies of #81323F
Complementary color
Monochromatic Colors of #81323F
Black with #81323F
Text Example
Text Example
White with #81323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81323F; }
p { color: rgb(129,50,63); }
H1.HeaderClassName
{
color: #81323F;
}
.AnyTagClassName
{
color: #81323F;
}
</style>
background-color css
<style>
a { background-color: #81323F; }
a { background-color: rgb(129,50,63); }
div.DivClassName
{
background-color: #81323F;
}
.BgClassName
{
background-color: #81323F;
}
</style>
border-color css
<style>
span { border-color: #81323F; }
span { border-color: rgb(129,50,63); }
td.TdClassName
{
border-color: #81323F;
}
.TagClassName
{
border-color: #81323F;
}
</style>