Shades of Paprika #812940
Tints of Paprika #812940
RGB
CMYK
RGB Variations
Color information
#812940 (or 0x812940) is known color: Paprika. HEX triplet: 81, 29 and 40. RGB value is (129,41,64). Sum of RGB (Red+Green+Blue) = 129+41+64=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #812940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812940 is #7ED6BF. Grayscale: #454545. Windows color (decimal): -8312512 or 4204929. OLE color: 4204929.
HSL color Cylindrical-coordinate representation of color #812940: hue angle of 344.32º 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 #812940 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 64 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.49 |
| HSL | 344.32º | 0.52% | 0.33% | - |
| HSV(B) | 344.32º | 0.68% | 0.51% | - |
| XYZ | 10.77 | 6.62 | 5.56 | - |
| YUV | 69.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 64 | 0 | 0.68 | 0.50 | 0.49 | 344.32 | 0.52 | 0.33 |
| Hex | 81 | 29 | 40 | 0 | 44 | 32 | 31 | 158 | 34 | 21 |
| Octal | 201 | 51 | 100 | 0 | 104 | 62 | 61 | 530 | 64 | 41 |
| Binary | 10000001 | 101001 | 1000000 | 0 | 1000100 | 110010 | 110001 | 101011000 | 110100 | 100001 |
Color Harmonies of #812940
Complementary color
Monochromatic Colors of #812940
Black with #812940
Text Example
Text Example
White with #812940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812940; }
p { color: rgb(129,41,64); }
H1.HeaderClassName
{
color: #812940;
}
.AnyTagClassName
{
color: #812940;
}
</style>
background-color css
<style>
a { background-color: #812940; }
a { background-color: rgb(129,41,64); }
div.DivClassName
{
background-color: #812940;
}
.BgClassName
{
background-color: #812940;
}
</style>
border-color css
<style>
span { border-color: #812940; }
span { border-color: rgb(129,41,64); }
td.TdClassName
{
border-color: #812940;
}
.TagClassName
{
border-color: #812940;
}
</style>