Shades of Paprika #83323C
Tints of Paprika #83323C
RGB
CMYK
RGB Variations
Color information
#83323C (or 0x83323C) is known color: Paprika. HEX triplet: 83, 32 and 3C. RGB value is (131,50,60). Sum of RGB (Red+Green+Blue) = 131+50+60=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83323C is #7CCDC3. Grayscale: #4B4B4B. Windows color (decimal): -8179140 or 3945091. OLE color: 3945091.
HSL color Cylindrical-coordinate representation of color #83323C: hue angle of 352.59º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83323C is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 60 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.49 |
| HSL | 352.59º | 0.45% | 0.35% | - |
| HSV(B) | 352.59º | 0.62% | 0.51% | - |
| XYZ | 11.32 | 7.43 | 5.11 | - |
| YUV | 75.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 60 | 0 | 0.62 | 0.54 | 0.49 | 352.59 | 0.45 | 0.35 |
| Hex | 83 | 32 | 3C | 0 | 3E | 36 | 31 | 161 | 2D | 23 |
| Octal | 203 | 62 | 74 | 0 | 76 | 66 | 61 | 541 | 55 | 43 |
| Binary | 10000011 | 110010 | 111100 | 0 | 111110 | 110110 | 110001 | 101100001 | 101101 | 100011 |
Color Harmonies of #83323C
Complementary color
Monochromatic Colors of #83323C
Black with #83323C
Text Example
Text Example
White with #83323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83323C; }
p { color: rgb(131,50,60); }
H1.HeaderClassName
{
color: #83323C;
}
.AnyTagClassName
{
color: #83323C;
}
</style>
background-color css
<style>
a { background-color: #83323C; }
a { background-color: rgb(131,50,60); }
div.DivClassName
{
background-color: #83323C;
}
.BgClassName
{
background-color: #83323C;
}
</style>
border-color css
<style>
span { border-color: #83323C; }
span { border-color: rgb(131,50,60); }
td.TdClassName
{
border-color: #83323C;
}
.TagClassName
{
border-color: #83323C;
}
</style>