Shades of Paprika #812C41
Tints of Paprika #812C41
RGB
CMYK
RGB Variations
Color information
#812C41 (or 0x812C41) is known color: Paprika. HEX triplet: 81, 2C and 41. RGB value is (129,44,65). Sum of RGB (Red+Green+Blue) = 129+44+65=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #812C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C41 is #7ED3BE. Grayscale: #474747. Windows color (decimal): -8311743 or 4271233. OLE color: 4271233.
HSL color Cylindrical-coordinate representation of color #812C41: hue angle of 345.18º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #812C41 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 65 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.49 |
| HSL | 345.18º | 0.49% | 0.34% | - |
| HSV(B) | 345.18º | 0.66% | 0.51% | - |
| XYZ | 10.91 | 6.85 | 5.75 | - |
| YUV | 71.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 65 | 0 | 0.66 | 0.50 | 0.49 | 345.18 | 0.49 | 0.34 |
| Hex | 81 | 2C | 41 | 0 | 42 | 32 | 31 | 159 | 31 | 22 |
| Octal | 201 | 54 | 101 | 0 | 102 | 62 | 61 | 531 | 61 | 42 |
| Binary | 10000001 | 101100 | 1000001 | 0 | 1000010 | 110010 | 110001 | 101011001 | 110001 | 100010 |
Color Harmonies of #812C41
Complementary color
Monochromatic Colors of #812C41
Black with #812C41
Text Example
Text Example
White with #812C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C41; }
p { color: rgb(129,44,65); }
H1.HeaderClassName
{
color: #812C41;
}
.AnyTagClassName
{
color: #812C41;
}
</style>
background-color css
<style>
a { background-color: #812C41; }
a { background-color: rgb(129,44,65); }
div.DivClassName
{
background-color: #812C41;
}
.BgClassName
{
background-color: #812C41;
}
</style>
border-color css
<style>
span { border-color: #812C41; }
span { border-color: rgb(129,44,65); }
td.TdClassName
{
border-color: #812C41;
}
.TagClassName
{
border-color: #812C41;
}
</style>