Shades of Paprika #812D40
Tints of Paprika #812D40
RGB
CMYK
RGB Variations
Color information
#812D40 (or 0x812D40) is known color: Paprika. HEX triplet: 81, 2D and 40. RGB value is (129,45,64). Sum of RGB (Red+Green+Blue) = 129+45+64=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #812D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D40 is #7ED2BF. Grayscale: #484848. Windows color (decimal): -8311488 or 4205953. OLE color: 4205953.
HSL color Cylindrical-coordinate representation of color #812D40: hue angle of 346.43º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #812D40 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 64 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.49 |
| HSL | 346.43º | 0.48% | 0.34% | - |
| HSV(B) | 346.43º | 0.65% | 0.51% | - |
| XYZ | 10.92 | 6.91 | 5.61 | - |
| YUV | 72.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 64 | 0 | 0.65 | 0.50 | 0.49 | 346.43 | 0.48 | 0.34 |
| Hex | 81 | 2D | 40 | 0 | 41 | 32 | 31 | 15A | 30 | 22 |
| Octal | 201 | 55 | 100 | 0 | 101 | 62 | 61 | 532 | 60 | 42 |
| Binary | 10000001 | 101101 | 1000000 | 0 | 1000001 | 110010 | 110001 | 101011010 | 110000 | 100010 |
Color Harmonies of #812D40
Complementary color
Monochromatic Colors of #812D40
Black with #812D40
Text Example
Text Example
White with #812D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D40; }
p { color: rgb(129,45,64); }
H1.HeaderClassName
{
color: #812D40;
}
.AnyTagClassName
{
color: #812D40;
}
</style>
background-color css
<style>
a { background-color: #812D40; }
a { background-color: rgb(129,45,64); }
div.DivClassName
{
background-color: #812D40;
}
.BgClassName
{
background-color: #812D40;
}
</style>
border-color css
<style>
span { border-color: #812D40; }
span { border-color: rgb(129,45,64); }
td.TdClassName
{
border-color: #812D40;
}
.TagClassName
{
border-color: #812D40;
}
</style>