Shades of Paprika #81293E
Tints of Paprika #81293E
RGB
CMYK
RGB Variations
Color information
#81293E (or 0x81293E) is known color: Paprika. HEX triplet: 81, 29 and 3E. RGB value is (129,41,62). Sum of RGB (Red+Green+Blue) = 129+41+62=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #81293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81293E is #7ED6C1. Grayscale: #454545. Windows color (decimal): -8312514 or 4073857. OLE color: 4073857.
HSL color Cylindrical-coordinate representation of color #81293E: hue angle of 345.68º 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 #81293E is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 62 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.49 |
| HSL | 345.68º | 0.52% | 0.33% | - |
| HSV(B) | 345.68º | 0.68% | 0.51% | - |
| XYZ | 10.72 | 6.6 | 5.27 | - |
| YUV | 69.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 62 | 0 | 0.68 | 0.52 | 0.49 | 345.68 | 0.52 | 0.33 |
| Hex | 81 | 29 | 3E | 0 | 44 | 34 | 31 | 15A | 34 | 21 |
| Octal | 201 | 51 | 76 | 0 | 104 | 64 | 61 | 532 | 64 | 41 |
| Binary | 10000001 | 101001 | 111110 | 0 | 1000100 | 110100 | 110001 | 101011010 | 110100 | 100001 |
Color Harmonies of #81293E
Complementary color
Monochromatic Colors of #81293E
Black with #81293E
Text Example
Text Example
White with #81293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81293E; }
p { color: rgb(129,41,62); }
H1.HeaderClassName
{
color: #81293E;
}
.AnyTagClassName
{
color: #81293E;
}
</style>
background-color css
<style>
a { background-color: #81293E; }
a { background-color: rgb(129,41,62); }
div.DivClassName
{
background-color: #81293E;
}
.BgClassName
{
background-color: #81293E;
}
</style>
border-color css
<style>
span { border-color: #81293E; }
span { border-color: rgb(129,41,62); }
td.TdClassName
{
border-color: #81293E;
}
.TagClassName
{
border-color: #81293E;
}
</style>