Shades of Paprika #81333F
Tints of Paprika #81333F
RGB
CMYK
RGB Variations
Color information
#81333F (or 0x81333F) is known color: Paprika. HEX triplet: 81, 33 and 3F. RGB value is (129,51,63). Sum of RGB (Red+Green+Blue) = 129+51+63=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81333F is #7ECCC0. Grayscale: #4B4B4B. Windows color (decimal): -8309953 or 4141953. OLE color: 4141953.
HSL color Cylindrical-coordinate representation of color #81333F: hue angle of 350.77º 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 #81333F is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 51 | 63 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.49 |
| HSL | 350.77º | 0.43% | 0.35% | - |
| HSV(B) | 350.77º | 0.6% | 0.51% | - |
| XYZ | 11.13 | 7.39 | 5.54 | - |
| YUV | 75.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 63 | 0 | 0.60 | 0.51 | 0.49 | 350.77 | 0.43 | 0.35 |
| Hex | 81 | 33 | 3F | 0 | 3C | 33 | 31 | 15F | 2B | 23 |
| Octal | 201 | 63 | 77 | 0 | 74 | 63 | 61 | 537 | 53 | 43 |
| Binary | 10000001 | 110011 | 111111 | 0 | 111100 | 110011 | 110001 | 101011111 | 101011 | 100011 |
Color Harmonies of #81333F
Complementary color
Monochromatic Colors of #81333F
Black with #81333F
Text Example
Text Example
White with #81333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81333F; }
p { color: rgb(129,51,63); }
H1.HeaderClassName
{
color: #81333F;
}
.AnyTagClassName
{
color: #81333F;
}
</style>
background-color css
<style>
a { background-color: #81333F; }
a { background-color: rgb(129,51,63); }
div.DivClassName
{
background-color: #81333F;
}
.BgClassName
{
background-color: #81333F;
}
</style>
border-color css
<style>
span { border-color: #81333F; }
span { border-color: rgb(129,51,63); }
td.TdClassName
{
border-color: #81333F;
}
.TagClassName
{
border-color: #81333F;
}
</style>