Shades of Paprika #81293F
Tints of Paprika #81293F
RGB
CMYK
RGB Variations
Color information
#81293F (or 0x81293F) is known color: Paprika. HEX triplet: 81, 29 and 3F. RGB value is (129,41,63). Sum of RGB (Red+Green+Blue) = 129+41+63=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #81293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81293F is #7ED6C0. Grayscale: #454545. Windows color (decimal): -8312513 or 4139393. OLE color: 4139393.
HSL color Cylindrical-coordinate representation of color #81293F: hue angle of 345º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81293F is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 63 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.49 |
| HSL | 345º | 0.52% | 0.33% | - |
| HSV(B) | 345º | 0.68% | 0.51% | - |
| XYZ | 10.74 | 6.61 | 5.41 | - |
| YUV | 69.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 63 | 0 | 0.68 | 0.51 | 0.49 | 345 | 0.52 | 0.33 |
| Hex | 81 | 29 | 3F | 0 | 44 | 33 | 31 | 159 | 34 | 21 |
| Octal | 201 | 51 | 77 | 0 | 104 | 63 | 61 | 531 | 64 | 41 |
| Binary | 10000001 | 101001 | 111111 | 0 | 1000100 | 110011 | 110001 | 101011001 | 110100 | 100001 |
Color Harmonies of #81293F
Complementary color
Monochromatic Colors of #81293F
Black with #81293F
Text Example
Text Example
White with #81293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81293F; }
p { color: rgb(129,41,63); }
H1.HeaderClassName
{
color: #81293F;
}
.AnyTagClassName
{
color: #81293F;
}
</style>
background-color css
<style>
a { background-color: #81293F; }
a { background-color: rgb(129,41,63); }
div.DivClassName
{
background-color: #81293F;
}
.BgClassName
{
background-color: #81293F;
}
</style>
border-color css
<style>
span { border-color: #81293F; }
span { border-color: rgb(129,41,63); }
td.TdClassName
{
border-color: #81293F;
}
.TagClassName
{
border-color: #81293F;
}
</style>