Shades of Paprika #81343E
Tints of Paprika #81343E
RGB
CMYK
RGB Variations
Color information
#81343E (or 0x81343E) is known color: Paprika. HEX triplet: 81, 34 and 3E. RGB value is (129,52,62). Sum of RGB (Red+Green+Blue) = 129+52+62=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81343E is #7ECBC1. Grayscale: #4C4C4C. Windows color (decimal): -8309698 or 4076673. OLE color: 4076673.
HSL color Cylindrical-coordinate representation of color #81343E: hue angle of 352.21º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81343E is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 52 | 62 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.49 |
| HSL | 352.21º | 0.43% | 0.35% | - |
| HSV(B) | 352.21º | 0.6% | 0.51% | - |
| XYZ | 11.15 | 7.47 | 5.41 | - |
| YUV | 76.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 62 | 0 | 0.60 | 0.52 | 0.49 | 352.21 | 0.43 | 0.35 |
| Hex | 81 | 34 | 3E | 0 | 3C | 34 | 31 | 160 | 2B | 23 |
| Octal | 201 | 64 | 76 | 0 | 74 | 64 | 61 | 540 | 53 | 43 |
| Binary | 10000001 | 110100 | 111110 | 0 | 111100 | 110100 | 110001 | 101100000 | 101011 | 100011 |
Color Harmonies of #81343E
Complementary color
Monochromatic Colors of #81343E
Black with #81343E
Text Example
Text Example
White with #81343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81343E; }
p { color: rgb(129,52,62); }
H1.HeaderClassName
{
color: #81343E;
}
.AnyTagClassName
{
color: #81343E;
}
</style>
background-color css
<style>
a { background-color: #81343E; }
a { background-color: rgb(129,52,62); }
div.DivClassName
{
background-color: #81343E;
}
.BgClassName
{
background-color: #81343E;
}
</style>
border-color css
<style>
span { border-color: #81343E; }
span { border-color: rgb(129,52,62); }
td.TdClassName
{
border-color: #81343E;
}
.TagClassName
{
border-color: #81343E;
}
</style>