Shades of Paprika #812D3E
Tints of Paprika #812D3E
RGB
CMYK
RGB Variations
Color information
#812D3E (or 0x812D3E) is known color: Paprika. HEX triplet: 81, 2D and 3E. RGB value is (129,45,62). Sum of RGB (Red+Green+Blue) = 129+45+62=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #812D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D3E is #7ED2C1. Grayscale: #484848. Windows color (decimal): -8311490 or 4074881. OLE color: 4074881.
HSL color Cylindrical-coordinate representation of color #812D3E: hue angle of 347.86º 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 #812D3E is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 62 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.49 |
| HSL | 347.86º | 0.48% | 0.34% | - |
| HSV(B) | 347.86º | 0.65% | 0.51% | - |
| XYZ | 10.86 | 6.89 | 5.32 | - |
| YUV | 72.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 62 | 0 | 0.65 | 0.52 | 0.49 | 347.86 | 0.48 | 0.34 |
| Hex | 81 | 2D | 3E | 0 | 41 | 34 | 31 | 15C | 30 | 22 |
| Octal | 201 | 55 | 76 | 0 | 101 | 64 | 61 | 534 | 60 | 42 |
| Binary | 10000001 | 101101 | 111110 | 0 | 1000001 | 110100 | 110001 | 101011100 | 110000 | 100010 |
Color Harmonies of #812D3E
Complementary color
Monochromatic Colors of #812D3E
Black with #812D3E
Text Example
Text Example
White with #812D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D3E; }
p { color: rgb(129,45,62); }
H1.HeaderClassName
{
color: #812D3E;
}
.AnyTagClassName
{
color: #812D3E;
}
</style>
background-color css
<style>
a { background-color: #812D3E; }
a { background-color: rgb(129,45,62); }
div.DivClassName
{
background-color: #812D3E;
}
.BgClassName
{
background-color: #812D3E;
}
</style>
border-color css
<style>
span { border-color: #812D3E; }
span { border-color: rgb(129,45,62); }
td.TdClassName
{
border-color: #812D3E;
}
.TagClassName
{
border-color: #812D3E;
}
</style>