Shades of Paprika #81353D
Tints of Paprika #81353D
RGB
CMYK
RGB Variations
Color information
#81353D (or 0x81353D) is known color: Paprika. HEX triplet: 81, 35 and 3D. RGB value is (129,53,61). Sum of RGB (Red+Green+Blue) = 129+53+61=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81353D is #7ECAC2. Grayscale: #4C4C4C. Windows color (decimal): -8309443 or 4011393. OLE color: 4011393.
HSL color Cylindrical-coordinate representation of color #81353D: hue angle of 353.68º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81353D is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 53 | 61 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.49 |
| HSL | 353.68º | 0.42% | 0.36% | - |
| HSV(B) | 353.68º | 0.59% | 0.51% | - |
| XYZ | 11.17 | 7.55 | 5.28 | - |
| YUV | 76.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 53 | 61 | 0 | 0.59 | 0.53 | 0.49 | 353.68 | 0.42 | 0.36 |
| Hex | 81 | 35 | 3D | 0 | 3B | 35 | 31 | 162 | 2A | 24 |
| Octal | 201 | 65 | 75 | 0 | 73 | 65 | 61 | 542 | 52 | 44 |
| Binary | 10000001 | 110101 | 111101 | 0 | 111011 | 110101 | 110001 | 101100010 | 101010 | 100100 |
Color Harmonies of #81353D
Complementary color
Monochromatic Colors of #81353D
Black with #81353D
Text Example
Text Example
White with #81353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81353D; }
p { color: rgb(129,53,61); }
H1.HeaderClassName
{
color: #81353D;
}
.AnyTagClassName
{
color: #81353D;
}
</style>
background-color css
<style>
a { background-color: #81353D; }
a { background-color: rgb(129,53,61); }
div.DivClassName
{
background-color: #81353D;
}
.BgClassName
{
background-color: #81353D;
}
</style>
border-color css
<style>
span { border-color: #81353D; }
span { border-color: rgb(129,53,61); }
td.TdClassName
{
border-color: #81353D;
}
.TagClassName
{
border-color: #81353D;
}
</style>