Shades of Paprika #81323B
Tints of Paprika #81323B
RGB
CMYK
RGB Variations
Color information
#81323B (or 0x81323B) is known color: Paprika. HEX triplet: 81, 32 and 3B. RGB value is (129,50,59). Sum of RGB (Red+Green+Blue) = 129+50+59=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #81323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81323B is #7ECDC4. Grayscale: #4A4A4A. Windows color (decimal): -8310213 or 3879553. OLE color: 3879553.
HSL color Cylindrical-coordinate representation of color #81323B: hue angle of 353.16º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81323B is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 50 | 59 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.49 |
| HSL | 353.16º | 0.44% | 0.35% | - |
| HSV(B) | 353.16º | 0.61% | 0.51% | - |
| XYZ | 10.98 | 7.26 | 4.96 | - |
| YUV | 74.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 59 | 0 | 0.61 | 0.54 | 0.49 | 353.16 | 0.44 | 0.35 |
| Hex | 81 | 32 | 3B | 0 | 3D | 36 | 31 | 161 | 2C | 23 |
| Octal | 201 | 62 | 73 | 0 | 75 | 66 | 61 | 541 | 54 | 43 |
| Binary | 10000001 | 110010 | 111011 | 0 | 111101 | 110110 | 110001 | 101100001 | 101100 | 100011 |
Color Harmonies of #81323B
Complementary color
Monochromatic Colors of #81323B
Black with #81323B
Text Example
Text Example
White with #81323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81323B; }
p { color: rgb(129,50,59); }
H1.HeaderClassName
{
color: #81323B;
}
.AnyTagClassName
{
color: #81323B;
}
</style>
background-color css
<style>
a { background-color: #81323B; }
a { background-color: rgb(129,50,59); }
div.DivClassName
{
background-color: #81323B;
}
.BgClassName
{
background-color: #81323B;
}
</style>
border-color css
<style>
span { border-color: #81323B; }
span { border-color: rgb(129,50,59); }
td.TdClassName
{
border-color: #81323B;
}
.TagClassName
{
border-color: #81323B;
}
</style>