Shades of Paprika #81343B
Tints of Paprika #81343B
RGB
CMYK
RGB Variations
Color information
#81343B (or 0x81343B) is known color: Paprika. HEX triplet: 81, 34 and 3B. RGB value is (129,52,59). Sum of RGB (Red+Green+Blue) = 129+52+59=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81343B is #7ECBC4. Grayscale: #4B4B4B. Windows color (decimal): -8309701 or 3880065. OLE color: 3880065.
HSL color Cylindrical-coordinate representation of color #81343B: hue angle of 354.55º 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 #81343B is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 52 | 59 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.49 |
| HSL | 354.55º | 0.43% | 0.35% | - |
| HSV(B) | 354.55º | 0.6% | 0.51% | - |
| XYZ | 11.07 | 7.44 | 4.99 | - |
| YUV | 75.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 59 | 0 | 0.60 | 0.54 | 0.49 | 354.55 | 0.43 | 0.35 |
| Hex | 81 | 34 | 3B | 0 | 3C | 36 | 31 | 163 | 2B | 23 |
| Octal | 201 | 64 | 73 | 0 | 74 | 66 | 61 | 543 | 53 | 43 |
| Binary | 10000001 | 110100 | 111011 | 0 | 111100 | 110110 | 110001 | 101100011 | 101011 | 100011 |
Color Harmonies of #81343B
Complementary color
Monochromatic Colors of #81343B
Black with #81343B
Text Example
Text Example
White with #81343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81343B; }
p { color: rgb(129,52,59); }
H1.HeaderClassName
{
color: #81343B;
}
.AnyTagClassName
{
color: #81343B;
}
</style>
background-color css
<style>
a { background-color: #81343B; }
a { background-color: rgb(129,52,59); }
div.DivClassName
{
background-color: #81343B;
}
.BgClassName
{
background-color: #81343B;
}
</style>
border-color css
<style>
span { border-color: #81343B; }
span { border-color: rgb(129,52,59); }
td.TdClassName
{
border-color: #81343B;
}
.TagClassName
{
border-color: #81343B;
}
</style>