Shades of Paprika #812540
Tints of Paprika #812540
RGB
CMYK
RGB Variations
Color information
#812540 (or 0x812540) is known color: Paprika. HEX triplet: 81, 25 and 40. RGB value is (129,37,64). Sum of RGB (Red+Green+Blue) = 129+37+64=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #812540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812540 is #7EDABF. Grayscale: #434343. Windows color (decimal): -8313536 or 4203905. OLE color: 4203905.
HSL color Cylindrical-coordinate representation of color #812540: hue angle of 342.39º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812540 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 64 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.49 |
| HSL | 342.39º | 0.55% | 0.33% | - |
| HSV(B) | 342.39º | 0.71% | 0.51% | - |
| XYZ | 10.64 | 6.36 | 5.52 | - |
| YUV | 67.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 64 | 0 | 0.71 | 0.50 | 0.49 | 342.39 | 0.55 | 0.33 |
| Hex | 81 | 25 | 40 | 0 | 47 | 32 | 31 | 156 | 37 | 21 |
| Octal | 201 | 45 | 100 | 0 | 107 | 62 | 61 | 526 | 67 | 41 |
| Binary | 10000001 | 100101 | 1000000 | 0 | 1000111 | 110010 | 110001 | 101010110 | 110111 | 100001 |
Color Harmonies of #812540
Complementary color
Monochromatic Colors of #812540
Black with #812540
Text Example
Text Example
White with #812540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812540; }
p { color: rgb(129,37,64); }
H1.HeaderClassName
{
color: #812540;
}
.AnyTagClassName
{
color: #812540;
}
</style>
background-color css
<style>
a { background-color: #812540; }
a { background-color: rgb(129,37,64); }
div.DivClassName
{
background-color: #812540;
}
.BgClassName
{
background-color: #812540;
}
</style>
border-color css
<style>
span { border-color: #812540; }
span { border-color: rgb(129,37,64); }
td.TdClassName
{
border-color: #812540;
}
.TagClassName
{
border-color: #812540;
}
</style>