Shades of Paprika #83293C
Tints of Paprika #83293C
RGB
CMYK
RGB Variations
Color information
#83293C (or 0x83293C) is known color: Paprika. HEX triplet: 83, 29 and 3C. RGB value is (131,41,60). Sum of RGB (Red+Green+Blue) = 131+41+60=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #83293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83293C is #7CD6C3. Grayscale: #464646. Windows color (decimal): -8181444 or 3942787. OLE color: 3942787.
HSL color Cylindrical-coordinate representation of color #83293C: hue angle of 347.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83293C is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 41 | 60 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.49 |
| HSL | 347.33º | 0.52% | 0.34% | - |
| HSV(B) | 347.33º | 0.69% | 0.51% | - |
| XYZ | 10.97 | 6.74 | 5 | - |
| YUV | 70.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 60 | 0 | 0.69 | 0.54 | 0.49 | 347.33 | 0.52 | 0.34 |
| Hex | 83 | 29 | 3C | 0 | 45 | 36 | 31 | 15B | 34 | 22 |
| Octal | 203 | 51 | 74 | 0 | 105 | 66 | 61 | 533 | 64 | 42 |
| Binary | 10000011 | 101001 | 111100 | 0 | 1000101 | 110110 | 110001 | 101011011 | 110100 | 100010 |
Color Harmonies of #83293C
Complementary color
Monochromatic Colors of #83293C
Black with #83293C
Text Example
Text Example
White with #83293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83293C; }
p { color: rgb(131,41,60); }
H1.HeaderClassName
{
color: #83293C;
}
.AnyTagClassName
{
color: #83293C;
}
</style>
background-color css
<style>
a { background-color: #83293C; }
a { background-color: rgb(131,41,60); }
div.DivClassName
{
background-color: #83293C;
}
.BgClassName
{
background-color: #83293C;
}
</style>
border-color css
<style>
span { border-color: #83293C; }
span { border-color: rgb(131,41,60); }
td.TdClassName
{
border-color: #83293C;
}
.TagClassName
{
border-color: #83293C;
}
</style>