Shades of Paprika #81343D
Tints of Paprika #81343D
RGB
CMYK
RGB Variations
Color information
#81343D (or 0x81343D) is known color: Paprika. HEX triplet: 81, 34 and 3D. RGB value is (129,52,61). Sum of RGB (Red+Green+Blue) = 129+52+61=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #81343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81343D is #7ECBC2. Grayscale: #4C4C4C. Windows color (decimal): -8309699 or 4011137. OLE color: 4011137.
HSL color Cylindrical-coordinate representation of color #81343D: hue angle of 352.99º 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 #81343D is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 52 | 61 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.49 |
| HSL | 352.99º | 0.43% | 0.35% | - |
| HSV(B) | 352.99º | 0.6% | 0.51% | - |
| XYZ | 11.12 | 7.46 | 5.27 | - |
| YUV | 76.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 61 | 0 | 0.60 | 0.53 | 0.49 | 352.99 | 0.43 | 0.35 |
| Hex | 81 | 34 | 3D | 0 | 3C | 35 | 31 | 161 | 2B | 23 |
| Octal | 201 | 64 | 75 | 0 | 74 | 65 | 61 | 541 | 53 | 43 |
| Binary | 10000001 | 110100 | 111101 | 0 | 111100 | 110101 | 110001 | 101100001 | 101011 | 100011 |
Color Harmonies of #81343D
Complementary color
Monochromatic Colors of #81343D
Black with #81343D
Text Example
Text Example
White with #81343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81343D; }
p { color: rgb(129,52,61); }
H1.HeaderClassName
{
color: #81343D;
}
.AnyTagClassName
{
color: #81343D;
}
</style>
background-color css
<style>
a { background-color: #81343D; }
a { background-color: rgb(129,52,61); }
div.DivClassName
{
background-color: #81343D;
}
.BgClassName
{
background-color: #81343D;
}
</style>
border-color css
<style>
span { border-color: #81343D; }
span { border-color: rgb(129,52,61); }
td.TdClassName
{
border-color: #81343D;
}
.TagClassName
{
border-color: #81343D;
}
</style>