Shades of Paprika #81293C
Tints of Paprika #81293C
RGB
CMYK
RGB Variations
Color information
#81293C (or 0x81293C) is known color: Paprika. HEX triplet: 81, 29 and 3C. RGB value is (129,41,60). Sum of RGB (Red+Green+Blue) = 129+41+60=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #81293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81293C is #7ED6C3. Grayscale: #454545. Windows color (decimal): -8312516 or 3942785. OLE color: 3942785.
HSL color Cylindrical-coordinate representation of color #81293C: hue angle of 347.05º 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 #81293C is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 60 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.49 |
| HSL | 347.05º | 0.52% | 0.33% | - |
| HSV(B) | 347.05º | 0.68% | 0.51% | - |
| XYZ | 10.66 | 6.58 | 4.98 | - |
| YUV | 69.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 60 | 0 | 0.68 | 0.53 | 0.49 | 347.05 | 0.52 | 0.33 |
| Hex | 81 | 29 | 3C | 0 | 44 | 35 | 31 | 15B | 34 | 21 |
| Octal | 201 | 51 | 74 | 0 | 104 | 65 | 61 | 533 | 64 | 41 |
| Binary | 10000001 | 101001 | 111100 | 0 | 1000100 | 110101 | 110001 | 101011011 | 110100 | 100001 |
Color Harmonies of #81293C
Complementary color
Monochromatic Colors of #81293C
Black with #81293C
Text Example
Text Example
White with #81293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81293C; }
p { color: rgb(129,41,60); }
H1.HeaderClassName
{
color: #81293C;
}
.AnyTagClassName
{
color: #81293C;
}
</style>
background-color css
<style>
a { background-color: #81293C; }
a { background-color: rgb(129,41,60); }
div.DivClassName
{
background-color: #81293C;
}
.BgClassName
{
background-color: #81293C;
}
</style>
border-color css
<style>
span { border-color: #81293C; }
span { border-color: rgb(129,41,60); }
td.TdClassName
{
border-color: #81293C;
}
.TagClassName
{
border-color: #81293C;
}
</style>